https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 4918759fc84376b16ebf82c60da9d2c17d265821 authored by Valentin Lorentz on 07 August 2020, 12:04:37 UTC
Make snapshot_get_branches return a TypedDict containing SnapshotBranch objects.
Tip revision: 4918759
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