Revision 74cffb7c4c69edbecc154d2618c29c749f2ca465 authored by Stefano Zacchiroli on 07 May 2020, 14:53:54 UTC, committed by Stefano Zacchiroli on 07 May 2020, 14:53:54 UTC
Reviewers: #reviewers, vlorentz, ardumont

Reviewed By: #reviewers, vlorentz, ardumont

Subscribers: ardumont, vlorentz

Differential Revision: https://forge.softwareheritage.org/D2825
1 parent a97781d
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