-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
highHigh priorityHigh priorityjulesTask for Jules AITask for Jules AItestsTesting related issuesTesting related issues
Description
Summary
Several test files import old module paths that were refactored from files to packages.
Refactored Modules
| Old Path | New Path |
|---|---|
vertice_cli.core.session_manager (file) |
vertice_cli.core.session_manager/ (package) |
vertice_cli.intelligence.lsp_client (file) |
vertice_cli.intelligence.lsp_client/ (package) |
vertice_cli.orchestration.squad (file) |
vertice_cli.orchestration.squad/ (package) |
Files Affected
tests/e2e/personas/test_senior_developer.py→ importsvertice_cli.core.session_manager- 9 test files importing
vertice_cli.orchestration.squad
Expected Fix
Update imports to use new package paths or delete obsolete tests.
Acceptance Criteria
- All imports updated or tests deleted
- pytest discovers all tests without ImportError
Metadata
Metadata
Assignees
Labels
highHigh priorityHigh priorityjulesTask for Jules AITask for Jules AItestsTesting related issuesTesting related issues