Revision 237c400653c75d00e143a9dd97b0f50fb7a51614 authored by Valentin Lorentz on 12 August 2020, 13:23:40 UTC, committed by Valentin Lorentz on 14 August 2020, 13:16:29 UTC
1 parent 8e7eed4
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