https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 469c38c019439ddbe1a0d99a53b9a103f9873cb2 authored by David Douard on 17 September 2020, 11:44:42 UTC
Make origin_add() handle multiple occurences of an origin properly
Tip revision: 469c38c
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