Revision 3be5327f0a0ee104e99771736828173150ced724 authored by Antoine R. Dumont (@ardumont) on 21 July 2020, 15:21:20 UTC, committed by Antoine R. Dumont (@ardumont) on 21 July 2020, 15:21:20 UTC
1 parent bcc0aee
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