https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 14739c531f48624eaa3e21fed1cf59b051e00454 authored by Valentin Lorentz on 01 March 2021, 16:38:44 UTC
RawExtrinsicMetadata: update to use the API in swh-model 1.0.0
Tip revision: 14739c5
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