Revision 8608172e721aa70f4883f646846d29d22b4076a5 authored by Jenkins for Software Heritage on 30 July 2020, 14:29:06 UTC, committed by Jenkins for Software Heritage on 30 July 2020, 14:29:06 UTC
2 parent s b4cd42d + 4d52fc1
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