Run tests¶
This guide covers how to run the redsun test suite and generate coverage reports.
Prerequisites¶
Make sure you have installed redsun with development dependencies.
Run all tests¶
Run the tests from the project root:
Generate coverage report¶
Obtain a test coverage report:
This generates an htmlcov/ directory. Open htmlcov/index.html in your browser to view it.