We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216dc96 commit a05085fCopy full SHA for a05085f
Doc/library/unittest.rst
@@ -1571,6 +1571,14 @@ Test cases
1571
1572
.. versionadded:: 3.8
1573
1574
+ .. attribute:: loop_factory
1575
+
1576
+ The *loop_factory* passed to :class:`asyncio.Runner`. Override
1577
+ in subclasses with :class:`asyncio.EventLoop` to avoid using the
1578
+ asyncio policy system.
1579
1580
+ .. versionadded:: 3.13
1581
1582
.. coroutinemethod:: asyncSetUp()
1583
1584
Method called to prepare the test fixture. This is called after :meth:`setUp`.
0 commit comments