18 lines
No EOL
392 B
INI
18 lines
No EOL
392 B
INI
[pytest]
|
|
log_cli = true
|
|
log_cli_level = INFO
|
|
log_cli_format = %(asctime)s [%(levelname)s] %(message)s
|
|
log_cli_date_format = %H:%M:%S
|
|
testpaths = .
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
addopts =
|
|
-v
|
|
--tb=short
|
|
--capture=no
|
|
--html=reports/report.html
|
|
--self-contained-html
|
|
markers =
|
|
smoke: Smoke tests
|
|
regression: Regression tests |