https://github.com/GeoscienceAustralia/PyRate
Raw File
Tip revision: a71f4aa5dd65c9b8bf679213700c009a498c3ce7 authored by S M T Chua on 02 March 2022, 04:59:20 UTC
Merge pull request #381 from GeoscienceAustralia/sc/ghpages
Tip revision: a71f4aa
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