주기 SSE 검증 하네스 수정

This commit is contained in:
Yun Chan 2026-08-09 23:44:53 +09:00
parent 7b4955c3fc
commit fbf29fa40a
3 changed files with 16 additions and 1 deletions

View file

@ -26,6 +26,11 @@ def load_module() -> ModuleType:
runner = load_module()
class PeriodicRunnerStaticContractTests(unittest.TestCase):
def test_browser_failures_are_not_retried_automatically(self) -> None:
self.assertEqual(runner.PLAYWRIGHT_RETRIES, 0)
class FakeController:
def __init__(self, *, tracked_status: str = "") -> None:
self.tracked_status = tracked_status