Revision b2bba450aaa808406b024800dcd50b4778313903 authored by David Douard on 09 April 2020, 14:56:44 UTC, committed by David Douard on 23 April 2020, 11:31:25 UTC
This componant makes more sense in the swh-storage package.
1 parent fe56005
Raw File
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