".github/vscode:/vscode.git/clone" did not exist on "8abf952a7253a3bfabd058331b01f2bef418a1c8"
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