This repository is intended to showcase a continuous integration with circleci. By reading this you should learn how to :
- Make tests with
unittest
andpytest
- Organize your files for testing
- Push your tests on circleci
- Create a workflow with few jobs, and dependencies
- Using the caching mechanism to save computation time
- Launch a containerized application for your tests