Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 179 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 179 Bytes

Running all unit tests

# From this directory:
$ cd ../
$ python -m unittest discover -v

This will discover all tests inside the test directory and run all test cases.