Make yourself a copy of the project and create your own branch
git checkout develop; git pull
git checkout -b "feature-name"
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