Revision 74e6f58e2f9b3e03b911dbe95b1f53f85db8fd42 authored by David Douard on 08 January 2021, 09:44:25 UTC, committed by David Douard on 08 January 2021, 13:20:08 UTC
1 parent 2b35198
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