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

Commit History

fixed lint
a79668c

Padmanav commited on

fix(tests): update test_api_routes to patch get_settings() instead of removed module-level settings
df0a911

Padmanav commited on

fix: disable slowapi rate limiter in tests to prevent IP extraction crash with TestClient
16e974b

Padmanav commited on

fix: add clone_repository mock to auth rejection tests to prevent git crash before 401
7d55b27

Padmanav commited on

fix: mock clone_repository in auth rejection tests to prevent git crash before 401 is returned
d223ca5

Padmanav commited on

fix: import not used removed
a390e93

Padmanav commited on

fix(tests): patch dependencies.settings per-test to prevent state leakage across suite
c5211bf

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

fix(lint): remove unused importlib.reload import in test_api_routes
098e3ba

Padmanav commited on

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

Padmanav commited on