Closed Drvanon closed 1 year ago
When new code is added it should adhere to the same standards. The code has been written so that all tests pass, they can be run with
$ pipenv install; pipenv run python -m unittest
Code linting is performed by flake8. If a pull request does not adhere to these standards it should be rejected.
When new code is added it should adhere to the same standards. The code has been written so that all tests pass, they can be run with
Code linting is performed by flake8. If a pull request does not adhere to these standards it should be rejected.