Files
Atomizer/tests/test_nxopen_intellisense.py
Anto01 a8fbe652f5 fix: Update intellisense test to prevent execution errors
Modified test_nxopen_intellisense.py to be intellisense-only test file.
NXOpen modules can only run inside NX session, not standalone.

Changes:
- Added clear warning that file should NOT be executed
- Added sys.exit(0) to prevent import errors
- Commented out all NXOpen imports by default
- Added instructions for using file to test autocomplete in VSCode
- Clarified this is for intellisense testing only

Usage: Open file in VSCode and uncomment lines to test autocomplete.
Do NOT run: python test_nxopen_intellisense.py

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 08:57:08 -05:00

2.9 KiB