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 398797a commit d2c57e8Copy full SHA for d2c57e8
1 file changed
docs/source/reference.rst
@@ -19,7 +19,7 @@ When Trio mode is enabled, two extra things happen:
19
have to do it yourself.
20
* Async fixtures using ``@pytest.fixture`` automatically get converted
21
to Trio fixtures. (The main effect of this is that it helps you
22
- catch mistakes where a you use an async fixture with a non-async
+ catch mistakes like using an async fixture with a non-async
23
test.)
24
25
There are two ways to enable Trio mode.
0 commit comments