Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comprehensive GenAI testing scenarios #7

Open
wants to merge 12 commits into
base: feature/testcontainers-integration
Choose a base branch
from

Conversation

ajeetraina
Copy link
Owner

This PR adds comprehensive integration tests for GenAI applications using Testcontainers.

New Test Scenarios Added

  1. Prompt Handling & Response Validation

    • Tests different types of prompts
    • Validates response structure and content
    • Ensures responses match expected formats
  2. Performance Testing

    • Measures response latencies for different complexity prompts
    • Tests concurrent request handling
    • Reports detailed timing metrics
  3. Error Handling

    • Tests malformed JSON requests
    • Tests invalid endpoints
    • Tests missing required fields
  4. Context Window Testing

    • Tests model behavior with varying context sizes
    • Monitors token usage

Implementation Details

  • Added helpers and utility functions in helpers.go
  • Created separate test files for each testing category
  • Included comprehensive documentation in README.md
  • Tests are configurable to run against local or containerized environments
  • Added short mode support to skip resource-intensive tests

How to Use

Run all tests:

cd tests/
go test -v ./integration

Run specific test:

go test -v ./integration -run TestPromptHandling

These tests demonstrate how to comprehensively test GenAI applications in isolated, reproducible environments using Testcontainers.

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