https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: ec2fac4478166ea7a8bade2681e074130612dd2c authored by Valentin Lorentz on 25 June 2021, 15:26:53 UTC
cassandra: Add support for non-ASCII origin 'URLs'.
Tip revision: ec2fac4
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