https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: f3ef6e6a5a12a9018a5a3865676b41a8e7974d5d authored by Antoine Lambert on 11 February 2021, 10:23:58 UTC
storage: Implement visit types filtering in origin_search method
Tip revision: f3ef6e6
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