-
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpytest.ini
More file actions
17 lines (12 loc) · 693 Bytes
/
Copy pathpytest.ini
File metadata and controls
17 lines (12 loc) · 693 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
asyncio_mode = auto
asyncio_default_fixture_loop_scope = function
# By default, skip slow tests and benchmarks for fast dev iteration.
# Use ./run_tests.sh --all (or --slow / --bench) to opt in.
addopts = -m "not slow and not benchmark"
markers =
slow: long-running tests (real-data replays, stress simulations, end-to-end). Skipped by default.
benchmark: performance characterization tests (no functional assertions). Skipped by default.
filterwarnings =
ignore:Inheritance class HomeAssistantApplication from web.Application is discouraged:DeprecationWarning
ignore:coroutine 'WashDataManager\._async_perform_combined_matching' was never awaited:RuntimeWarning