https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: f56267feaf935408b7a5d94c30d947c35a8d73ad authored by Jenkins for Software Heritage on 19 February 2021, 10:58:48 UTC
New upstream version 0.23.2
Tip revision: f56267f
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