From cdbba1090ac1aa8dff3f8858bc542ebb72b9130b Mon Sep 17 00:00:00 2001 From: Khaled Salhab Date: Sun, 14 Jun 2026 04:05:59 +0300 Subject: [PATCH] fix(tests): remove broken TypedDict test files referencing non-existent coerce_input tests/unit/test_typeddict_input.py and tests/unit/test_async_typeddict_input.py were untracked files that imported coerce_input from hyperping._utils (never implemented) and referenced 12 TypedDict aliases that do not exist. They failed at collection time with ImportError, producing zero coverage and masking real collection errors in CI runs on other branches. Both files are deleted. No --ignore workarounds exist in any committed file. Full test suite (600 tests) passes cleanly at 95% coverage. Ticket: #022a0b