[Checkins] SVN: zope.pytest/trunk/doc/intro.rst Set reference target.

Uli Fouquet uli at gnufix.de
Fri Jan 21 11:14:05 EST 2011


Log message for revision 119834:
  Set reference target.
  

Changed:
  U   zope.pytest/trunk/doc/intro.rst

-=-
Modified: zope.pytest/trunk/doc/intro.rst
===================================================================
--- zope.pytest/trunk/doc/intro.rst	2011-01-21 16:05:59 UTC (rev 119833)
+++ zope.pytest/trunk/doc/intro.rst	2011-01-21 16:14:04 UTC (rev 119834)
@@ -44,6 +44,8 @@
 This setup requires that you provide a valid configuration in an
 ``ftesting.zcml`` file in your package.
 
+.. _project_setup:
+
 Activating pytest_ and :mod:`zope.pytest` in your project
 *********************************************************
 
@@ -69,6 +71,7 @@
     tests_require = [
         'pytest',
         'zope.app.appsetup',
+        'zope.pytest',
         ]
 
     setuptools.setup(



More information about the checkins mailing list