Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 616 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 616 Bytes

CircleCI

circleci-test

This repository is intended to showcase a continuous integration with circleci. By reading this you should learn how to :

  • Make tests with unittest and pytest
  • 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