Skip to content

Commit 7a99a3e

Browse files
committed
Doc: add hint that depends() is new in version 0.2.
1 parent 6f88cc2 commit 7a99a3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest_dependency.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ def depends(request, other):
7676
:param other: dependencies, a list of names of tests that this
7777
test depends on.
7878
:type other: iterable of :class:`str`
79+
80+
.. versionadded:: 0.2
7981
"""
8082
item = request.node
8183
manager = DependencyManager.getManager(item)

0 commit comments

Comments
 (0)