Filter test files/classes from diagram output #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What to build
Exclude test files and test classes from generated diagrams by default. Test code adds noise without architectural signal.
Filter by convention:
test_*.py,*_test.py, directories namedtests/*_tests.rs,tests/directories,#[cfg(test)]blocksTestsuffix by conventionAdd an
--include-testsflag to opt back in when needed.Acceptance criteria
--include-testsflag re-enables theminclude_tests = trueinarchlens.tomlBlocked by
None - can start immediately