11 lines
414 B
INI
11 lines
414 B
INI
[pytest]
|
|
testpaths = tests
|
|
python_files = test_*.py
|
|
addopts =
|
|
--ignore=tests/test_gpio_controller.py
|
|
--ignore=tests/test_hx711_wrapper.py
|
|
markers =
|
|
setup_incomplete: setup wizard не завершён — bypass guard выключен
|
|
live_db: нужна живая SQLite (WESP_SCHEMA_CHECK_LIVE_DB)
|
|
e2e: браузерные Playwright-тесты (требует playwright install chromium)
|