mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 01:30:20 +00:00
Tweak pytest settings to speed up test collection
This commit is contained in:
parent
a0e96810fd
commit
d14889eb1d
1 changed files with 4 additions and 0 deletions
|
@ -4,3 +4,7 @@ log_date_format=%H:%M:%S
|
|||
log_cli_format=%(asctime)s,%(msecs)03.0f [%(name)-5s:%(lineno)-4d][%(levelname)-8s][%(processName)s(%(process)s)] %(message)s
|
||||
log_file_format=%(asctime)s,%(msecs)03d [%(name)-17s:%(lineno)-4d][%(levelname)-8s][%(processName)s(%(process)d)] %(message)s
|
||||
norecursedirs=templates tests/kitchen tests/utils tests/support
|
||||
testpaths=tests
|
||||
python_files=test_*.py
|
||||
python_classes=Test*
|
||||
python_functions = test_*
|
||||
|
|
Loading…
Add table
Reference in a new issue