Skip to content

Testing

Pytest is the test runner for this project. To run the tests, use the following command.

$ pytest

Or run a specific test file.

$ pytest tests/fittie/fitfile/test_util.py