https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 70f63c3a86aee940295db2236418970c1e8f1648 authored by Valentin Lorentz on 21 August 2019, 11:47:50 UTC
Remove 'next_branch' from test input data.
Tip revision: 70f63c3
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