Testing
Always be sure to run tests locally before opening PRs. Also be sure to add new test cases for new features.
Running the Test Suite
pip install -r requirements.txt
pytest

Always be sure to run tests locally before opening PRs. Also be sure to add new test cases for new features.
pip install -r requirements.txt
pytest

On This Page