https://github.com/GeoscienceAustralia/PyRate
Raw File
Tip revision: 0428dba9e2b3d4b6807f8c62d55c161c0dd4d75a authored by Jonathan Mettes on 06 November 2020, 01:03:05 UTC
Add system test data
Tip revision: 0428dba
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