Changes between Initial Version and Version 1 of Ticket #34930, comment 13
- Timestamp:
- Oct 28, 2023, 1:28:34 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34930, comment 13
initial v1 6 6 The addition of `IsolatedAsyncioTestCase.enterAsyncContext()` is a [https://docs.python.org/3/whatsnew/3.11.html#unittest likely candidate]. 7 7 8 8 But, still, use of `IsolatedAsyncioTestCase` has never been supported by Django, or tested in its test suite, so any success prior to 3.11 would be coincidental (leveraging undefined behaviour from Django's point of view). Adding such support would still be a new feature.