You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows test collection error by moving imports to module level
- Move 'from src.cli import cli' to top of file
- Remove redundant imports from inside each test method
- Fixes pytest collection phase error on Windows
- Import now happens once during module load instead of multiple times
- Resolves Windows-specific import discovery issues
0 commit comments