2019-01-04 12:24:43 +00:00
|
|
|
[pytest]
|
|
|
|
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
|
2024-02-27 12:42:13 +00:00
|
|
|
norecursedirs=templates tests/utils tests/support
|
2020-04-30 10:21:29 +01:00
|
|
|
testpaths=tests
|
|
|
|
python_files=test_*.py
|
|
|
|
python_classes=Test*
|
|
|
|
python_functions = test_*
|
2020-05-22 16:18:55 +01:00
|
|
|
junit_family=xunit2
|
2024-01-15 17:33:27 +00:00
|
|
|
# Only the tests should count towards timeouts
|
|
|
|
timeout_func_only = true
|