We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21e0da commit b521f40Copy full SHA for b521f40
README.rst
@@ -139,7 +139,7 @@ Mark your test coroutine with this marker and pytest will execute it as an
139
asyncio task using the event loop provided by the ``event_loop`` fixture. See
140
the introductory section for an example.
141
142
-The event loop used can be overriden by overriding the ``event_loop`` fixture
+The event loop used can be overridden by overriding the ``event_loop`` fixture
143
(see above).
144
145
In order to make your test code a little more concise, the pytest |pytestmark|_
0 commit comments