Revision 92af2cd93aad411cc1e16c6c6a9b842d56d35d62 authored by Jenkins for Software Heritage on 17 January 2020, 13:09:40 UTC, committed by Jenkins for Software Heritage on 17 January 2020, 13:09:40 UTC
1 parent ac79988
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