https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 3612cc63cd20de47395647673a097b1877b8e47e authored by Jenkins for Software Heritage on 24 February 2022, 11:13:57 UTC
Updated debian changelog for version 1.0.0
Tip revision: 3612cc6
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