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 notebook magic tests for environments without IPython/ipywidgets
- Add comprehensive placeholder classes and functions when IPython unavailable
- Include display, HTML, and complete widgets module mock classes
- Update test fixtures to use setattr() instead of patching non-existent attributes
- Fix magic method tests to work regardless of IPython availability in test environment
- Remove redundant display() patching that was causing AttributeError
- All 279 tests now pass including previously failing notebook magic tests
Resolves GitHub Actions test failures in environments with different IPython configurations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments