Revision 57e305e03b66508a702f5e177b84e84640ef855e authored by Antoine R. Dumont (@ardumont) on 27 July 2020, 10:44:37 UTC, committed by Antoine R. Dumont (@ardumont) on 27 July 2020, 10:46:35 UTC
1 parent b31c304
Raw File
pytest.ini
[pytest]
norecursedirs = docs
filterwarnings =
    ignore:.*the imp module.*:PendingDeprecationWarning
markers =
    db: execute tests using a postgresql database
    cassandra: execute tests using a cassandra database (which are slow)
    property_based: execute tests generating data with hypothesis (potentially long run time)
    network: execute tests using a socket between two threads
back to top