Private
Public Access
0
0

feat(test): clean_baseline marker resets controller state before test

This commit is contained in:
2026-06-09 16:40:18 -04:00
parent afc8600800
commit 7b87bbf5ec
3 changed files with 50 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ markers = [
"clean_install: clean install verification (opt-in via RUN_CLEAN_INSTALL_TEST=1)",
"docker: docker build and run test (opt-in via RUN_DOCKER_TEST=1)",
"live: marks tests as live visualization tests (not in CI by default)",
"clean_baseline: opt-in marker that resets controller state via /api/reset_session before the test starts (FR5, Phase 6 of test_infrastructure_hardening_20260609)",
]
[tool.mypy]