https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 209de5dbaa127dacd114fbbd084f22632982eb77 authored by Nicolas Dandrimont on 18 March 2020, 14:36:01 UTC
Serialize objstorage and database writes in content_add
Tip revision: 209de5d
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