https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 2d497ff07cd4f9186a7c8404da93e984569fa6a1 authored by Antoine R. Dumont (@ardumont) on 22 June 2020, 11:13:35 UTC
test_origin: Rename appropriately tests
Tip revision: 2d497ff
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