Open Issues Need Help
View All on GitHub refactor: Apply DRY principle to TestExclusionPatternRegex fixture about 1 month ago
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
documentation good first issue design-system