Changes between Initial Version and Version 1 of Ticket #35618, comment 1


Ignore:
Timestamp:
Jul 18, 2024, 5:27:54 PM (2 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35618, comment 1

    initial v1  
    22
    33I feel like if you're testing something as low level as `HttpRequest` closing in the context of database connection handling [https://github.com/django/django/blob/6b3f55446fdc62bd277903fd188a1781e4d92d29/django/test/client.py#L158C7-L210 you should be using] `ClientHandler`?
     4
     5I guess that we could possibly make `request.close` idempotent given what's returned by `test.Client` should already be closed?
Back to Top