2 Open Issues Need Help Last updated: Dec 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue proposes refactoring the `TestExclusionPatternRegex` class in `scripts/tests/test_verify_architecture_manifest.py` to adhere to the DRY principle. The `excluded_patterns` list is currently duplicated across multiple test methods, and the suggested solution is to extract it into a shared pytest fixture. This refactoring was identified by Gemini-code-assist following a recent PR that added numerous exclusion pattern tests.

Complexity: 1/5
enhancement good first issue testing

Storage and inspection

Python
documentation good first issue design-system

Storage and inspection

Python