You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[pytest]
|
|
addopts = -svv
|
|
testpaths = repos/
|
|
log_cli = True
|
|
log_cli_level = DEBUG
|
|
log_cli_format = | %(asctime)s | %(name)s | %(levelname)s | %(filename)s | %(message)s
|
|
python_files=
|
|
test_*.py
|
|
unit_test_*.py
|
|
component_test_*.py
|