Skip to content

Add unit test and github workflow#5

Merged
antoniomtz merged 2 commits intomainfrom
antoniomtz/tests
Nov 14, 2025
Merged

Add unit test and github workflow#5
antoniomtz merged 2 commits intomainfrom
antoniomtz/tests

Conversation

@antoniomtz
Copy link
Copy Markdown
Collaborator

Added unit testing suite and CI/CD automation for backend:

  • unit tests covering all backend modules (VLM, image generation, 3D assets, config, validation)
  • All external APIs mocked
  • GitHub Actions CI workflow

Dependencies Added
pytest==8.4.2
pytest-mock==3.14.0
pytest-asyncio==0.25.2

Signed-off-by: Antonio Martinez <anmartinez@nvidia.com>
@antoniomtz antoniomtz self-assigned this Nov 14, 2025
Signed-off-by: Antonio Martinez <anmartinez@nvidia.com>
@antoniomtz antoniomtz merged commit 9beaf3c into main Nov 14, 2025
4 checks passed
@antoniomtz antoniomtz deleted the antoniomtz/tests branch November 14, 2025 01:09
antoniomtz added a commit that referenced this pull request Feb 23, 2026
Bump vulnerable dependencies to patched versions:
- pillow 12.0.0 → 12.1.1 (OOB write on PSD images)
- python-multipart 0.0.20 → 0.0.22 (arbitrary file write)
- urllib3 2.5.0 → ≥2.6.3 via constraint (decompression bomb bypass)
- next 15.4.10 → 15.5.10 (DoS via RSC deserialization)
- tar override ≥7.5.2 → ≥7.5.8 (path traversal / symlink poisoning)

Resolves Dependabot alerts #2, #3, #4, #5, #6, #7, #8, #9, #10, #15, #16.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant