pytest.ini 242 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
    --ignore=test/test_datasets_download.py
Philip Meier's avatar
Philip Meier committed
10
11
testpaths =
    test
12
xfail_strict = True