mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
11 lines
No EOL
275 B
INI
11 lines
No EOL
275 B
INI
[pytest]
|
|
log_cli = 1
|
|
log_cli_level = DEBUG
|
|
qt_api=pyqt6
|
|
log_format = %(asctime)s %(levelname)s %(module)s::%(funcName)s %(message)s
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
addopts = -x
|
|
timeout = 600
|
|
timeout_method = thread
|
|
markers =
|
|
timeout: set a timeout on a test function. |