Revision 54b974f0118a81726a8346ce4906a5e2ea6a9c52 authored by Valentin Lorentz on 21 August 2019, 12:08:28 UTC, committed by Valentin Lorentz on 23 August 2019, 08:26:38 UTC
Using %TYPE showed this warning when tests fail for unrelated reasons:
NOTICE:  type reference snapshot.id%TYPE converted to sha1_git
1 parent b775947
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