testgenius-ai / backend

Commit History

feat: tests/__init__.py
612e57b
verified

muthuk2 commited on

feat: pytest.ini for test configuration
3a06a0d
verified

muthuk2 commited on

fix: API routes with BackgroundTasks + proper request models
c87d981
verified

muthuk2 commited on

fix: Updated requirements with test deps + proper pinning
c9aedfb
verified

muthuk2 commited on

feat: Add pytest test suite for the test generator itself
4cad490
verified

muthuk2 commited on

feat: Add Docker deployment (Dockerfile + docker-compose.yml)
7fca7c5
verified

muthuk2 commited on

fix: LLM provider with exponential backoff, streaming, token tracking
f8d563c
verified

muthuk2 commited on

fix: Real mutation execution + AST-based mutations + deeper security scanner
0e6af57
verified

muthuk2 commited on

fix: Semantic coverage mapping + real mutation execution + syntax validation
9656950
verified

muthuk2 commited on

Fix requirements.txt β€” add all needed deps"
88b554e
verified

Muthukumarank commited on

Add services __init__.py"
5617907
verified

Muthukumarank commited on

Add api __init__.py"
d4f0fb0
verified

Muthukumarank commited on

Add __init__.py files for proper Python package imports"
d5ab162
verified

Muthukumarank commited on

FIX: multi_agent_routes.py β€” add all missing imports and router declaration"
33d0269
verified

Muthukumarank commited on

FIX: Complete backend rewrite β€” fix all import errors, wire all routes, add __init__.py files"
1128dc8
verified

Muthukumarank commited on

Add multi-agent API routes: iterative pipeline + behavior extraction + complexity + security scan
ab9309f
verified

Muthukumarank commited on

MAJOR: Add multi-agent iterative refinement engine (MuTAP-inspired) with behavior coverage mapping
81aca7d
verified

Muthukumarank commited on

Add 5 novelty features: complexity analyzer, gap detector, quality scorer, mutation testing, security scanner
c837134
verified

Muthukumarank commited on

Add backend/.env.example β€” universal LLM provider + complete API
03127d5
verified

Muthukumarank commited on

Add backend/requirements.txt β€” universal LLM provider + complete API
73a203f
verified

Muthukumarank commited on

Add backend/app/api/frameworks.py β€” universal LLM provider + complete API
68cab26
verified

Muthukumarank commited on

Add backend/app/api/generate.py β€” universal LLM provider + complete API
5cf5368
verified

Muthukumarank commited on

Add backend/app/services/llm_provider.py β€” universal LLM provider + complete API
c96fdd0
verified

Muthukumarank commited on

Add prompt builder β€” expert QA engineer system prompts for each input type
d7c8a1b
verified

Muthukumarank commited on

Add test generator service β€” core AI test generation logic
2435ff1
verified

Muthukumarank commited on

Add core services: LLM provider, test generator, API analyzer, prompt builder
e404d3a
verified

Muthukumarank commited on

Add backend: FastAPI app, LLM provider, test generator, API spec analyzer, prompt builder
5864d06
verified

Muthukumarank commited on