"vscode:/vscode.git/clone" did not exist on "103eec5e3e702fd15609ceba2444ac8307416bea"
pytest.ini 248 Bytes
Newer Older
Titus von Koeller's avatar
Titus von Koeller committed
1
2
3
4
5
6
7
8
9
10
[pytest]
addopts = -rP
    ; --cov=bitsandbytes
    ; # contexts: record which test ran which line; can be seen in html coverage report
    ; --cov-context=test
    ; --cov-report html

log_cli = True
log_cli_level = INFO
log_file = logs/pytest.log