mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
12 lines
No EOL
330 B
INI
12 lines
No EOL
330 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 -s -p no:xdist -p no:pytest_parallel
|
|
timeout = 600
|
|
timeout_method = thread
|
|
testpaths = tests
|
|
markers =
|
|
timeout: set a timeout on a test function. |