https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 348bc7b2204f047ef01cc231aa34fbdbfba98472 authored by Antoine R. Dumont (@ardumont) on 03 July 2020, 14:31:22 UTC
storage.db: Drop db.origin_visit_upsert behavior
Tip revision: 348bc7b
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