File: funcargs.rst

package info (click to toggle)
pytest 8.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,992 kB
  • sloc: python: 62,771; makefile: 45
file content (13 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (46)
1
2
3
4
5
6
7
8
9
10
11
12
13

=======================================================
funcargs: resource injection and parametrization
=======================================================

pytest-2.3 introduces major refinements to fixture management
of which the funcarg mechanism introduced with pytest-2.0 remains
a core part.  The documentation has been refactored as well
and you can read on here:

- :ref:`fixtures`
- :ref:`parametrize`
- :ref:`funcargcompare`