https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 7e94767a51a743325e1151ff878b6e3b78622ef7 authored by Antoine R. Dumont (@ardumont) on 23 July 2020, 15:47:04 UTC
storage*: origin_get(Iterable[str]) -> Iterable[Optional[Origin]]
Tip revision: 7e94767
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