Remove verbose test suite descriptions that duplicate what describe()
blocks already convey. Keep @group workflows for test organization.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update entity creation mocks to use string format for dependencies:
- JavaScript: JSON string format (e.g., '{"lodash": "4.17.21"}')
- Python: requirements.txt format (e.g., 'pandas==2.2.0')
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add PyPI registry service tests with HAR fixtures
- Add Python bundle generation tests
- Add Python executor service tests
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>