GridtNetwork / gridtlib

Core library for the gridt network
0 stars 0 forks source link

CI: test and flake8 #5

Closed Drvanon closed 1 year ago

Drvanon commented 4 years 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.