We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cd861 commit 0f60fcaCopy full SHA for 0f60fca
docs/reference/markers/index.rst
@@ -25,7 +25,7 @@ The following code example provides a shared event loop for all tests in `TestCl
25
.. include:: class_scoped_loop_strict_mode_example.py
26
:code: python
27
28
-Requesting class scope with the test being part of a class will give a *UsageError*.
+If you request class scope for a test that is not part of a class, it will result in a *UsageError*.
29
Similar to class-scoped event loops, a module-scoped loop is provided when setting mark's scope to *module:*
30
31
.. include:: module_scoped_loop_strict_mode_example.py
0 commit comments