Skip to content

Latest commit

 

History

History

test

Trycycler tests

Trycycler comes with a few automated tests to help with development and spotting bugs.

To run the tests, execute this command from Trycycler's root directory:

pytest

Or if you have Coverage.py installed, you can run the tests through it to get some code coverage stats:

coverage run -m pytest && coverage report -m trycycler/*.py