Защита Bridge и камеры K1 при переподключении

This commit is contained in:
DCCONSTRUCTIONS
2026-08-23 01:25:25 +03:00
parent 0752e5c6bf
commit 71c8b043c9
8 changed files with 737 additions and 87 deletions
@@ -120,6 +120,18 @@ PYTEST_TARGETS = (
"tests/test_xgrids_acquisition_lifecycle.py::"
"test_quick_to_bridge_does_not_retrieve_old_handle_without_new_scan"
),
(
"tests/test_xgrids_acquisition_lifecycle.py::"
"test_quick_verify_is_rejected_while_bridge_is_selected_before_any_io"
),
(
"tests/test_xgrids_acquisition_lifecycle.py::"
"test_physical_recovery_cannot_silently_change_bridge_draft_to_quick"
),
(
"tests/test_xgrids_acquisition_lifecycle.py::"
"test_public_quick_physical_recovery_rejoins_saved_wifi_after_live_ble_proof"
),
)