Skip to content

Commit b04c879

Browse files
committed
Document the changes in 0.3.
1 parent d7ce934 commit b04c879

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

doc/src/configuration.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ automark_dependency
3434
has the same effect as if all tests are implicitly decorated with
3535
:func:`pytest.mark.dependency`.
3636

37+
.. versionadded:: 0.3
38+
3739
Command line options
3840
--------------------
3941

@@ -48,3 +50,5 @@ The following command line options are added by pytest.dependency:
4850
This may be useful if you run only a subset of the testsuite and
4951
some tests in the selected set are marked to depend on other tests
5052
that have not been selected.
53+
54+
.. versionadded:: 0.3

doc/src/usage.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ build from the name of the class and the respective method in this
6666
case, while in `TestClassNamed` these names are overridden by an
6767
explicit name argument to the :func:`pytest.mark.dependency` marker.
6868

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+
6973
.. _usage-parametrized:
7074

7175
Parametrized tests

0 commit comments

Comments
 (0)