Skip to content

Files

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tests

A number of tests are provided to validate the functionality of the repository. All tests are in the test folder.

If you intend to run repository tests:

''' pip install -e ./python pip install -r requirements-dev.txt pip install -r requirements-test.txt '''

Execute the tests from the root folder:

''' pytest path/to/test_filename.py '''