Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

unittest examples

Running unittests

python apiwrapper_test.py

Generating coverage reports

  1. Run the coverage
    1. For basic coverage: coverage run apiwrapper_test.py
    2. To see branch coverage as well as statement coverage: coverage run --branch apiwrapper_test.py
  2. Generate html files: coverage html