https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: a6742ee499da1075f3e1f57d799274a1b4fad427 authored by Jenkins for Software Heritage on 16 January 2020, 17:08:10 UTC
Updated backport on buster-swh from debian/0.0.164-1_swh1 (unstable-swh)
Tip revision: a6742ee
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