You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Assessor mocking**: patch `"quantumvalidator.assessor.check_tls"` (imported at module top)
70
-
-**CLI mocking**: patch `"quantumvalidator.assessor.assess"` and `"quantumvalidator.reporter.print_report"` (both are lazy imports inside `check()`)
70
+
-**CLI mocking**: patch `"quantumvalidator.assessor.assess"` and `"quantumvalidator.reporter.print_full_report"` (both are lazy imports inside `check()`)
71
71
-**Reporter tests**: use `Console(file=StringIO(), no_color=True, width=200)` to capture output; pass console as trailing positional arg — private helpers use `con`, not `console`
72
72
-**Test class naming**: `class TestFeatureName:`, snake_case methods, AAA structure
73
73
-**Coverage target**: 100% — enforced via `pyproject.toml` addopts
0 commit comments