You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to-guides/uvloop.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
How to test with uvloop
3
3
=======================
4
4
5
-
Redefinig the *event_loop_policy* fixture will parametrize all async tests. The following example causes all async tests to run multiple times, once for each event loop in the fixture parameters:
5
+
Redefining the *event_loop_policy* fixture will parametrize all async tests. The following example causes all async tests to run multiple times, once for each event loop in the fixture parameters:
6
6
Replace the default event loop policy in your *conftest.py:*
0 commit comments