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
Configure pytest to properly handle implicit namespace packages by:
- Enabling consider_namespace_packages option
- Using importlib import mode
- Setting pythonpath to src directory
This fixes module naming in test reports, ensuring tests are reported
with their full namespace path (e.g., node.tests.Foo instead of tests.Foo).
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments