https://github.com/GeoscienceAustralia/PyRate
Raw File
Tip revision: 62e7f0dd489a8327438d7cfb941760e7ec7be14d authored by Sudipta Basak on 15 January 2021, 22:02:56 UTC
[phase closure] recover pixels test
Tip revision: 62e7f0d
setup.cfg
# Inside of setup.cfg
[metadata]
description-file = README.rst

[aliases]
test = pytest

[tool:pytest]
markers:
  slow: Skipped unless --runslow passed
back to top