2022-02-06 04:13:48 +03:00
|
|
|
[pytest]
|
|
|
|
minversion = 7.0
|
2022-02-22 04:17:17 +03:00
|
|
|
pythonpath = moonraker scripts
|
2022-02-06 04:13:48 +03:00
|
|
|
testpaths = tests
|
|
|
|
required_plugins =
|
|
|
|
pytest-asyncio>=0.17.2
|
|
|
|
pytest-timeout>=2.1.0
|
|
|
|
asyncio_mode = strict
|
2022-02-20 04:03:09 +03:00
|
|
|
timeout = 60
|
2022-02-06 04:13:48 +03:00
|
|
|
timeout_method = signal
|
|
|
|
markers =
|
|
|
|
run_paths
|
|
|
|
no_ws_connect
|