Commit 54bf906
committed
refactor(tests): simplify pytest norecursedirs to minimal config
Removed redundant entries from norecursedirs that pytest already
handles automatically:
- .github/scripts (doesn't exist + auto-excluded by dotted pattern)
- .git (auto-excluded)
- .venv (auto-excluded)
- __pycache__ (auto-excluded)
Kept only:
- docs (non-dotted directory to skip)
- temp (temporary files directory)
Benefits:
- Cleaner, more maintainable configuration
- Relies on pytest's sensible defaults
- Still excludes all necessary directories
All 619 tests still discovered and running correctly.1 parent 5f0a6b7 commit 54bf906
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | 154 | | |
159 | 155 | | |
160 | 156 | | |
| |||
0 commit comments