pytest.ini 285 Bytes
Newer Older
Philip Meier's avatar
Philip Meier committed
1
2
3
4
5
6
7
8
[pytest]
addopts =
    # show summary of all tests that did not pass
    -ra
    # Make tracebacks shorter
    --tb=native
    # 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