Revision e6808fabd5fd186cf3f65d4037881342b3e64f4f authored by Jenkins for Software Heritage on 24 September 2020, 15:03:56 UTC, committed by Jenkins for Software Heritage on 24 September 2020, 15:03:56 UTC
2 parent s 8387ef5 + 829118a
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