Revision 0f94312479845c59fde4d3f8cdf06c193728c9fc authored by Valentin Lorentz on 21 November 2019, 13:28:43 UTC, committed by Valentin Lorentz on 16 December 2019, 14:17:21 UTC
And uses the new pagination scheme, instead of origin ids.
1 parent 295144f
Raw File
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