You cannot 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]
|
|
required_plugins = pytest-timeout
|
|
addopts = --verbose --capture=tee-sys
|
|
# We expect no regular individual test to run too long
|
|
# can be overridden for specific tests with a test decorator
|
|
timeout = 15
|