Skip to content

mikenac/python-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python unit testing and coverage examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors