Skip to content

Latest commit

 

History

History
executable file
·
8 lines (6 loc) · 529 Bytes

TESTING.md

File metadata and controls

executable file
·
8 lines (6 loc) · 529 Bytes

Testing Documentation

We are currently using pytest as our testing framework so if you want to run the test suite. Run pytest from the base directory of TorBot or from the tests directory. If you would like to see print statements show up in the console, use pytest -s.

Relevant Frameworks