ai-code-review-agent / app /agents /test_generation_agent.py

Commit History

fixed lint
a79668c

Padmanav commited on

style(test_generation_agent): fix import order, remove trailing whitespace
2d84b93

Padmanav commited on

fix(imports): remove duplicate get_python_files and unused scan_repository in test_generation_agent
b07f11c

Padmanav commited on

security: apply sanitize_for_prompt before LLM submission in all three code-reading agents
3ab2a42

Padmanav commited on

fix(test_generation_agent): strip markdown code fences from LLM response before storing test_code
2846e6c

Padmanav commited on

fix(test_generation_agent): use pathlib.Path.name instead of str.rsplit to fix Windows path handling
4cacafa

Padmanav commited on

fix(agents): replace pytest --co with coverage run to actually measure coverage
eccf590

Padmanav commited on

fix(agent): check filename only for test_ skip, not full path
b6c844c

Padmanav commited on

fix: resolve all ruff lint errors (E402, F401, F811)
80b64e3

Padmanav commited on

refactor: replace print() with structured logging across all agents and tools
d939b2e

Padmanav commited on

fix: resolve bandit B404/B603/B607 - use sys.executable and nosec annotations
16a8d6c

Padmanav commited on

fix: resolve bandit B404/B603/B607 - use sys.executable and nosec annotations
4b37289

Padmanav commited on

fix: remove fabricated coverage_after estimate - set to 0.0 pending actual measurement
3101af4

Padmanav commited on

fix: replace hardcoded coverage 40.0 with actual coverage.py measurement
807e78f

Padmanav commited on

feat: convert to async/await with parallel agent execution via asyncio.gather
4d69fe0

Padmanav commited on

fix: suppress remaining bandit warnings with nosec comments
4097eda

Padmanav commited on

feat: add all 5 agents - analysis, bugs, tests, review, report
a3859cd

Padmanav commited on