Add profile/preset/sequence JSON import and export; map preset mode to wire n6 with a mode dropdown for multi-mode patterns; zone edit shows presets or sequences only with content_kind on save; update catalogue and tests for merged pattern names. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
201 B
TOML
6 lines
201 B
TOML
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|
|
python_files = ["test_*.py"]
|
|
# ``tests/models/`` is a package name clash with ``src/models``; run via tests/models/run_all.py
|
|
norecursedirs = ["models"]
|