https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 03c6e1552c6496c2eaa764d7d6c64d1b430ec3b5 authored by Valentin Lorentz on 20 July 2020, 09:31:30 UTC
Rename 'deposit' authority type to 'deposit_client'.
Tip revision: 03c6e15
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