Revision b991e697074a5aaf57f2b213baef5b42637e2893 authored by Antoine R. Dumont (@ardumont) on 24 June 2020, 15:11:36 UTC, committed by Antoine R. Dumont (@ardumont) on 25 June 2020, 12:47:11 UTC
1 parent 89e9dae
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