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
.
yattag
is used to generate HTML documents.unittest.mock
is used to patch the httpx Client.