Revision 4e2a041748f07513759f1114afd496e2c2ebf7ca authored by Antoine R. Dumont (@ardumont) on 16 February 2021, 09:52:13 UTC, committed by Antoine R. Dumont (@ardumont) on 16 February 2021, 11:05:21 UTC
1 parent ce15713
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