https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: e296dfba137b7d0842ea85c883d60c735a4dd2f3 authored by Antoine R. Dumont (@ardumont) on 14 November 2019, 09:26:41 UTC
swh.storage.schemata: Drop schemata from storage
Tip revision: e296dfb
pytest.ini
[pytest]
norecursedirs = docs
filterwarnings =
    ignore:.*the imp module.*:PendingDeprecationWarning
markers =
    db: execute tests using a postgresql database
    property_based: execute tests generating data with hypothesis (potentially long run time)
    network: execute tests using a socket between two threads
back to top