Revision e362b9d53e1882297f750f88173af3c7fc61aa48 authored by Jenkins for Software Heritage on 14 January 2020, 16:17:43 UTC, committed by Jenkins for Software Heritage on 14 January 2020, 16:17:43 UTC
2 parent s 33925f7 + 8dcac2b
Raw File
pytest.ini
[pytest]
norecursedirs = docs
filterwarnings =
    ignore:.*the imp module.*:PendingDeprecationWarning
markers =
    db: execute tests using a postgresql database
    property_based: execute tests generating data with hypothesis (potentially long run time)
    network: execute tests using a socket between two threads
back to top