Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Test cases for the code implemented in this repository

Note, the subfolders in this directory should have the same structure as in the main repository (parent folder), except for the prefix test_, which is necessary as no two folders in this repo may have the same name (see contribution guide).

$ python3 -m unittest discover -t ..

Note, test case developers are urged to only allow command-line printing for their test cases if the verbosity level is set to 2 (see method unittest_verbosity()), i.e., the option -v is passed:

$ python3 -m unittest discover -t .. -v