https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 7053da801fb43a52952e303574b0ac9c527370c6 authored by Valentin Lorentz on 12 July 2019, 13:20:35 UTC
Make origin_get ignore the `type` argument
Tip revision: 7053da8
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