Revision fe6440ee825f7bfdbdc03230ba5390b824eda9bb authored by Antoine R. Dumont (@ardumont) on 10 January 2020, 15:37:24 UTC, committed by Antoine R. Dumont (@ardumont) on 14 January 2020, 10:41:34 UTC
1 parent 351b977
Raw File
pytest.ini
[pytest]
norecursedirs = docs
filterwarnings =
    ignore:.*the imp module.*:PendingDeprecationWarning
markers =
    db: execute tests using a postgresql database
    property_based: execute tests generating data with hypothesis (potentially long run time)
    network: execute tests using a socket between two threads
back to top