dnscrypt-proxy/TESTING.md

529 B
Executable File

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