swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 8dcac2b0c3a78104425d5da59b3422642f49aa58 authored by Antoine R. Dumont (@ardumont) on 14 January 2020, 12:40:56 UTC
retry: Implement content_add_metadata endpoint with retry policy
Tip revision: 8dcac2b
pytest.ini
[pytest]
norecursedirs = docs
filterwarnings =
    ignore:.*the imp module.*:PendingDeprecationWarning
markers =
    db: execute tests using a postgresql database
    property_based: execute tests generating data with hypothesis (potentially long run time)
    network: execute tests using a socket between two threads
back to top