https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: b0b0313c9645052822800197e15009690e43837a authored by Antoine R. Dumont (@ardumont) on 08 April 2020, 09:27:30 UTC
test_filter: Extract the filter storage into a fixture
Tip revision: b0b0313
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