Revision cfee7b519bb0e8571f89ff00458dfd176f70a939 authored by Valentin Lorentz on 22 January 2020, 11:25:24 UTC, committed by Valentin Lorentz on 22 January 2020, 11:25:24 UTC
1. There is no reason to force the server to serve only the 'local' backend anymore
2. Missing arguments will error when instantiating the backend class.
1 parent 2454a78
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