Skip to content

Latest commit

 

History

History
 
 

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

from the main suzieq directory, run 'pytest' it will automatically find the tests directory and run any method/function that prefixes with test_*

if you want to see code coverage, then 'pytest --cov=suzieq'