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
pytest.ini
[pytest]
filterwarnings =
    ignore::DeprecationWarning

markers =
    slow: marks tests as slow (deselect with '-m "not slow"')
    mpi: marks tests that require mpi (deselect with '-m "not mpi"')
back to top