Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 584 Bytes

File metadata and controls

24 lines (16 loc) · 584 Bytes

Build Status

Python File Structure/Unit Testing and Coverage Examples

Provides some examples of python project structure, unit testing, and coverage reports

Requires:

  • Make
  • Python 3

Usage:

Init will create a virtual environment for the testing.

make init # initialize the pip requirements
make lint # show python lint errors
make test # run both lint and unit tests

CI (e.g. Jenkins)

The Jenkins server would run: make test