Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1023 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (29 loc) · 1023 Bytes

Contributing

Make yourself a copy of the project and create your own branch

git checkout develop; git pull
git checkout -b "feature-name"

Running tests

You need additional packages in order to run the tests:

pip install ".[dev]"

In order to run the test, you can use the following command:

python tests/test_eotile.py