ai-code-review-agent / tests /test_agents.py

Commit History

fix: update mock target for get_python_files in test after refactor to file_scanner
0f31814

Padmanav commited on

fixed lint
a79668c

Padmanav commited on

fix(tests): remove phantom nested function in test_repo_analysis_agent — assertions were never executing
14b65ae

Padmanav commited on

fix(tests): replace hardcoded /tmp paths with pytest tmp_path fixture for cross-platform compatibility
28c7cc7

Padmanav commited on

fix(tests): patch call_llm_for_json in bug_detection_agent test; return dict not string
07392eb

Padmanav commited on

fix(tests): patch call_llm_for_json (not call_llm) in repo_analysis and bug_detection agent tests
f9923a4

Padmanav commited on

fix: remove redundant local patch imports, rely on module-level import in test_agents.py
2bfd929

Padmanav commited on

fix(tests): open-access dev mode when API_KEY unset, fix tmp_path test_ skip bug in agent test
cf40364

Padmanav commited on

test: add missing agent tests, API route integration tests, enforce 70% coverage in CI
bf214ef

Padmanav commited on

test: expand coverage to tools layer and model validators
c2eb49d

Padmanav commited on

test: add agent unit tests and tool tests
056e46c

Padmanav commited on