Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 591 Bytes

File metadata and controls

15 lines (10 loc) · 591 Bytes
description
What do testing and continuous integration mean?

CI / Testing

{% embed url="https://youtu.be/VRe4xkgHjaM" caption="CI/Testing - Testing and Deployment" %}

Summary

  • Unit tests are designed for specific module functionality.
  • Integration tests are designed for the whole system.
  • Continuous integration is an environment where tests are run every time a new code is pushed to the repository before the updated model is deployed.
  • A quick survey of continuous integration tools yields several options: CircleCI, Travis CI, Jenkins, and Buildkite.