File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
-----
59
59
60
60
Starting from ``pytest-asyncio>=0.17 ``, three modes are provided: *auto *, *strict * and
61
- *legacy * (deault ).
61
+ *legacy * (default ).
62
62
63
63
The mode can be set by ``asyncio_mode `` configuration option in `configuration file
64
64
<https://docs.pytest.org/en/latest/reference/customize.html> `_:
@@ -88,7 +88,7 @@ with a regular ``@pytest.fixture`` decorator instead of dedicated
88
88
*asyncio-driven * means that tests and fixtures are executed by ``pytest-asyncio ``
89
89
plugin.
90
90
91
- This mode requires the simpliest tests and fixtures configuration and is
91
+ This mode requires the simplest tests and fixtures configuration and is
92
92
recommended for default usage *unless * the same project and its test suite should
93
93
execute tests from different async frameworks, e.g. ``asyncio `` and ``trio ``. In this
94
94
case, auto-handling can break tests designed for other framework; plase use *strict *
You can’t perform that action at this time.
0 commit comments