Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Check the code

Run the tests

For running the tests with Py.test execute

pytest -v

Check the coverage

The intended code coverage is of about 85%

coverage run -m pytest -v

Check if the code is PEP compliant

flake8 --ignore=F811 flask_opa.py

Using --ignore=F811 ignores unused static methods