https://github.com/SoftwareHeritage/swh-storage
Revision 9a9f234e0acd5dd2c5710e6ccb85409ba6221d44 authored by Antoine R. Dumont (@ardumont) on 29 January 2021, 17:50:04 UTC, committed by Antoine R. Dumont (@ardumont) on 01 February 2021, 11:06:35 UTC
This returned a Tuple[OriginVisit, OriginVisitStatus].

This was required to have the missing information "type" for visit-status. This is no
longer needed as now OriginVisitStatus holds the type information.
1 parent 626b0bf
Raw File
Tip revision: 9a9f234e0acd5dd2c5710e6ccb85409ba6221d44 authored by Antoine R. Dumont (@ardumont) on 29 January 2021, 17:50:04 UTC
storage: Make origin_get_latest_visit_status return OriginVisitStatus
Tip revision: 9a9f234
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