Changes between Initial Version and Version 1 of Ticket #34930, comment 13


Ignore:
Timestamp:
Oct 28, 2023, 1:28:34 AM (11 months ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34930, comment 13

    initial v1  
    66The addition of  `IsolatedAsyncioTestCase.enterAsyncContext()` is a [https://docs.python.org/3/whatsnew/3.11.html#unittest likely candidate].
    77
    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.
     8But, 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.
Back to Top