mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-26 13:49:21 +00:00
9 lines
172 B
TOML
9 lines
172 B
TOML
[tool.pytest.ini_options]
|
|
addopts = "--junitxml=report.xml"
|
|
log_cli = true
|
|
log_cli_level = "warn"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
target-version = ['py37', 'py38', 'py39']
|