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 2d98e86 commit ee1293eCopy full SHA for ee1293e
doc/src/usage.rst
@@ -66,10 +66,10 @@ works in the same manner as the previous examples respectively:
66
In `TestClass` the default names for the tests are used, which is
67
build from the name of the class and the respective method in this
68
case, while in `TestClassNamed` these names are overridden by an
69
-explicit name argument to the :func:`pytest.mark.dependency` marker.
+explicit `name` argument to the :func:`pytest.mark.dependency` marker.
70
71
.. versionchanged:: 0.3
72
- The name of the class is prepended to method name to form the
+ The name of the class is prepended to the method name to form the
73
default name for the test.
74
75
.. _usage-parametrized:
0 commit comments