File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ automark_dependency
34
34
has the same effect as if all tests are implicitly decorated with
35
35
:func: `pytest.mark.dependency `.
36
36
37
+ .. versionadded :: 0.3
38
+
37
39
Command line options
38
40
--------------------
39
41
@@ -48,3 +50,5 @@ The following command line options are added by pytest.dependency:
48
50
This may be useful if you run only a subset of the testsuite and
49
51
some tests in the selected set are marked to depend on other tests
50
52
that have not been selected.
53
+
54
+ .. versionadded :: 0.3
Original file line number Diff line number Diff line change @@ -66,6 +66,10 @@ build from the name of the class and the respective method in this
66
66
case, while in `TestClassNamed ` these names are overridden by an
67
67
explicit name argument to the :func: `pytest.mark.dependency ` marker.
68
68
69
+ .. versionchanged :: 0.3
70
+ The name of the class is prepended to method name to form the
71
+ default name for the test.
72
+
69
73
.. _usage-parametrized :
70
74
71
75
Parametrized tests
You can’t perform that action at this time.
0 commit comments