https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: a5530ca40bd09402a0b3c154b02c8da963f2469d authored by Jenkins for Software Heritage on 02 March 2020, 13:56:07 UTC
Updated backport on buster-swh from debian/0.0.176-1_swh2 (unstable-swh)
Tip revision: a5530ca
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