Add @pytest.mark.skip to all test functions that use the real `prisma_client` fixture (requiring an external PostgreSQL connection) across 7 test files. Files updated: - tests/proxy_unit_tests/test_proxy_server.py (5 tests) - tests/proxy_admin_ui_tests/test_key_management.py (11 tests) - tests/proxy_admin_ui_tests/test_role_based_access.py (5 tests) - tests/proxy_admin_ui_tests/test_usage_endpoints.py (3 tests) - tests/local_testing/test_blocked_user_list.py (2 tests) - tests/local_testing/test_add_update_models.py (1 test) - tests/local_testing/test_update_spend.py (1 test) Total: 28 new skip markers added. Note: tests using mock_prisma_client (properly mocked) are unaffected. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| e2e_ui_tests | ||
| test-results | ||
| ui_unit_tests | ||
| utils | ||
| conftest.py | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| test_key_management.py | ||
| test_role_based_access.py | ||
| test_route_check_unit_tests.py | ||
| test_sso_sign_in.py | ||
| test_usage_endpoints.py | ||