Skip to content

Commit 48d3df9

Browse files
Include AST utility test in architecture-check suite
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent f9f17ec commit 48d3df9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ This runs lint, format checks, compile checks, tests, and package build.
7474
- Keep sync/async behavior in parity where applicable.
7575
- Prefer deterministic unit tests over network-dependent tests.
7676
- Preserve architectural guardrails with focused tests. Current guard suites include:
77+
- `tests/test_guardrail_ast_utils.py` (shared AST guard utility contract),
7778
- `tests/test_manager_model_dump_usage.py` (manager serialization centralization),
7879
- `tests/test_mapping_reader_usage.py` (shared mapping-read parser usage),
7980
- `tests/test_mapping_keys_access_usage.py` (centralized key-iteration boundaries),

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ test:
1919

2020
architecture-check:
2121
$(PYTHON) -m pytest -q \
22+
tests/test_guardrail_ast_utils.py \
2223
tests/test_manager_model_dump_usage.py \
2324
tests/test_mapping_reader_usage.py \
2425
tests/test_mapping_keys_access_usage.py \

0 commit comments

Comments
 (0)