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 import paths in test files for GitHub Actions compatibility
- Updated import statements in test_contact_groups.py, test_contacts.py, and test_messages.py
- Changed 'from src.devo_global_comms_python' to 'from devo_global_comms_python'
- Ensures compatibility with pip install -e . package installation in CI/CD
- All 72 tests passing locally with correct imports
- Resolves ModuleNotFoundError: No module named 'src' in GitHub Actions
0 commit comments