Revision 9cfa8cd2349778b03c6b3fccd41d3672bd55f2de authored by Jenkins for Software Heritage on 05 July 2021, 15:00:10 UTC, committed by Jenkins for Software Heritage on 05 July 2021, 15:00:10 UTC
2 parent s bb93b16 + f1cac4f
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