Commit graph

4 commits

Author SHA1 Message Date
Akshay Sasidharan
22df8c8ef1 refactor(tests): remove redundant JSDoc comments from test files
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>
2026-01-06 13:46:04 +05:30
Akshay Sasidharan
c0a4fe7f57 refactor(tests): clean up Python Bundle Generation tests and improve jest config 2026-01-06 13:37:12 +05:30
Akshay Sasidharan
6364f4408c fix(workflows): update unit test mocks for TEXT dependencies column
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>
2026-01-06 02:01:45 +05:30
Akshay Sasidharan
94a1212234 test(workflows): add Python execution unit tests
- 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>
2026-01-05 23:51:16 +05:30