Revision 8dcac2b0c3a78104425d5da59b3422642f49aa58 authored by Antoine R. Dumont (@ardumont) on 14 January 2020, 12:40:56 UTC, committed by Antoine R. Dumont (@ardumont) on 14 January 2020, 12:45:11 UTC
1 parent aa588c9
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