fix issue83 - add a link to already generated list of funcargs
This commit is contained in:
parent
05af53d160
commit
ae54151467
|
@ -1,3 +1,8 @@
|
|||
Changes between 2.1.3 and [next version]
|
||||
----------------------------------------
|
||||
|
||||
- fix issue83: link to generated funcarg list
|
||||
|
||||
Changes between 2.1.2 and 2.1.3
|
||||
----------------------------------------
|
||||
|
||||
|
|
|
@ -17,6 +17,9 @@ to get an overview on the globally available helpers.
|
|||
.. automodule:: pytest
|
||||
:members:
|
||||
|
||||
|
||||
.. _builtinfuncargs:
|
||||
|
||||
Builtin function arguments
|
||||
-----------------------------------------------------
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@ very useful if you want to test e.g. against different database backends
|
|||
or with multiple numerical arguments sets and want to reuse the same set
|
||||
of test functions.
|
||||
|
||||
py.test comes with :ref:`builtinfuncargs` and there are some refined usages in the examples section.
|
||||
|
||||
.. _funcarg:
|
||||
|
||||
|
|
Loading…
Reference in New Issue