gpt4free/etc/testing
haosenwang1018 4ac78c9ef5 fix: replace bare except clauses with except Exception
Bare `except:` catches BaseException including KeyboardInterrupt and
SystemExit. Replaced 34 instances with `except Exception:`.
2026-02-25 11:49:12 +00:00
..
_providers.py Remove deprecated and not_working providers 2025-12-11 17:42:31 +00:00
log_time.py 'Refactored by Sourcery' (#1125) 2023-10-23 09:46:25 +02:00
test_all.py fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
test_api.py Refactor API base URL references across providers 2025-12-25 22:09:20 +01:00
test_async.py Fix ChatgptAi Provider 2023-10-22 17:13:13 +02:00
test_chat_completion.py refactor(test): simplify model test cases to core options 2024-09-06 17:43:42 +03:00
test_gui.py make internet searching better 2023-10-10 14:47:41 +02:00
test_interference.py Refactor API base URL references across providers 2025-12-25 22:09:20 +01:00
test_mcp_http.py Add HTTP transport mode for MCP server with --http flag 2025-11-01 05:25:49 +00:00
test_mcp_interactive.py Add MCP server tests, documentation, and README updates 2025-11-01 05:10:49 +00:00
test_mcp_server.py Add MCP server tests, documentation, and README updates 2025-11-01 05:10:49 +00:00
test_needs_auth.py ~ | new folder inluding ./tooland ./testing 2023-10-06 19:51:36 +01:00
test_providers.py 'Refactored by Sourcery' (#1125) 2023-10-23 09:46:25 +02:00