Revision 37c45300bc44694fddf945bd70540b2ece5e81c3 authored by Antoine R. Dumont (@ardumont) on 11 June 2020, 12:57:02 UTC, committed by Antoine R. Dumont (@ardumont) on 11 June 2020, 16:55:33 UTC
This makes its api consistent with other add endpoints.

This is preparatory work towards removing origin-visit-upsert.

Related to T2310
1 parent 5d61633
Raw File
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