Revision 334a016e44c3cd590d394d84b69db724991babf0 authored by Antoine R. Dumont (@ardumont) on 05 August 2020, 10:47:46 UTC, committed by Antoine R. Dumont (@ardumont) on 05 August 2020, 10:47:46 UTC
1 parent 27c7f07
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