mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 06:46:14 +00:00
ea3b6a6e4a
- test_background_task_exception: `or True` made assert always pass - test_form_uploads_without_multipart: `or r.status_code < 500` masked wrong expected value (dict() of QueryDict returns lists, not scalars) - test_graphql_text_query: `< 500` replaced with exact `== 200` Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>