Changes between Initial Version and Version 1 of Ticket #35618, comment 1
- Timestamp:
- Jul 18, 2024, 5:27:54 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35618, comment 1
initial v1 2 2 3 3 I 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 5 I guess that we could possibly make `request.close` idempotent given what's returned by `test.Client` should already be closed?