fix note on funcargs

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-04-14 00:05:23 +02:00
parent 2456c77e1e
commit 04aec935bd
1 changed files with 6 additions and 6 deletions

View File

@ -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