Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 691 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 691 Bytes

Contributing to the-knights-who-say-ni

Code of Conduct

Work done surrounding this project is governed by the PSF Code of Conduct.

Dependencies

The requirements.txt file is frozen to the currently tested versions of requirements.base. To update, create a venv, run python3 -m pip install -r requirements.base, run all tests, and then update requirements.txt with the output from pip freeze.

Testing

Running tests

On a UNIX-based OS, simply run test.sh. On Windows, run test.bat.

Test coverage

Because of the legal importance of this project doing its job correctly, 100% test coverage is always strived for.