Skip to content

Commit 57f54d6

Browse files
Include Makefile gate tests in architecture-check
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 866ee64 commit 57f54d6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ This runs lint, format checks, compile checks, tests, and package build.
7979
- `tests/test_mapping_keys_access_usage.py` (centralized key-iteration boundaries),
8080
- `tests/test_tool_mapping_reader_usage.py` (tools mapping-helper usage),
8181
- `tests/test_display_helper_usage.py` (display/key-format helper usage),
82-
- `tests/test_ci_workflow_quality_gates.py` (CI guard-stage + make-target enforcement).
82+
- `tests/test_ci_workflow_quality_gates.py` (CI guard-stage + make-target enforcement),
83+
- `tests/test_makefile_quality_targets.py` (Makefile quality-gate target enforcement).
8384

8485
## Code quality conventions
8586

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ architecture-check:
2424
tests/test_mapping_keys_access_usage.py \
2525
tests/test_tool_mapping_reader_usage.py \
2626
tests/test_display_helper_usage.py \
27-
tests/test_ci_workflow_quality_gates.py
27+
tests/test_ci_workflow_quality_gates.py \
28+
tests/test_makefile_quality_targets.py
2829

2930
compile:
3031
$(PYTHON) -m compileall -q hyperbrowser examples tests

0 commit comments

Comments
 (0)