https://github.com/GeoscienceAustralia/PyRate
Raw File
Tip revision: 3579612cbfec20e43cb2c7b8311c50851ae4fc4a authored by S M T Chua on 25 February 2022, 04:08:37 UTC
Merge pull request #380 from GeoscienceAustralia/develop
Tip revision: 3579612
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