parent
2456c77e1e
commit
04aec935bd
|
@ -5,12 +5,12 @@ xUnit style setup
|
||||||
.. _`funcargs`: funcargs.html
|
.. _`funcargs`: funcargs.html
|
||||||
.. _`xUnit`: http://en.wikipedia.org/wiki/XUnit
|
.. _`xUnit`: http://en.wikipedia.org/wiki/XUnit
|
||||||
|
|
||||||
** Note that since version 1.0 py.test offers `funcargs`_
|
Note:
|
||||||
for simple and complex test setup needs. Especially
|
|
||||||
if you want to do functional and integration testing,
|
Since version 1.0 py.test offers funcargs_ for both
|
||||||
but also fo runittesting, it is highly recommended
|
simple and complex test setup needs. Especially
|
||||||
that you consider using `funcargs`_ for keeping
|
for functional and integration, but also for unit testing, it is
|
||||||
a clean and maintenable test suite. **
|
highly recommended that you use this new method.
|
||||||
|
|
||||||
Python, Java and other languages have a tradition
|
Python, Java and other languages have a tradition
|
||||||
of using xUnit_ style testing. This typically
|
of using xUnit_ style testing. This typically
|
||||||
|
|
Loading…
Reference in New Issue