"examples/vscode:/vscode.git/clone" did not exist on "0992d85f92688035cd669d12735518faba93b545"
pytest.ini 306 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
6
7
8
    # 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