pytest.ini 305 Bytes
Newer Older
Philip Meier's avatar
Philip Meier committed
1
2
[pytest]
addopts =
3
4
    # show tests that (f)ailed, (E)rror, or (X)passed in the summary
    -rfEX
Philip Meier's avatar
Philip Meier committed
5
    # Make tracebacks shorter
6
    --tb=short
Philip Meier's avatar
Philip Meier committed
7
8
    # enable all warnings
    -Wd
9
10
    --ignore=test/test_datasets_download.py
    --ignore-glob=test/test_prototype_*.py
Philip Meier's avatar
Philip Meier committed
11
12
testpaths =
    test
13
xfail_strict = True