test: prune low-signal assertions and tighten guards
Quality Gate / gate (push) Failing after 47s

Co-authored-by: Copilot App <[email protected]>
This commit is contained in:
Jim Lancaster
2026-08-23 18:48:16 -05:00
co-authored by Copilot App
parent e5410708e4
commit 6c3eac0a44
4 changed files with 10 additions and 16 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ def _orphans() -> dict[str, str]:
def test_public_definitions_are_discovered():
"""Guard the guard: the sweep is meaningless if nothing is scanned."""
definitions = _public_definitions()
assert len(definitions) >= 200
assert len(definitions) >= 260
assert "create_app" in definitions