[Checkins] SVN: zope.pytest/trunk/doc/api.rst Give short intro and add link targets.

Uli Fouquet uli at gnufix.de
Sat Jan 15 20:50:57 EST 2011


Log message for revision 119597:
  Give short intro and add link targets.
  

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

-=-
Modified: zope.pytest/trunk/doc/api.rst
===================================================================
--- zope.pytest/trunk/doc/api.rst	2011-01-16 01:34:08 UTC (rev 119596)
+++ zope.pytest/trunk/doc/api.rst	2011-01-16 01:50:56 UTC (rev 119597)
@@ -5,6 +5,11 @@
 
 Helpers for py.test integration in Zope-based environments.
 
+The main test helpers are the first two functions (:func:`create_app`,
+:func:`configure`) which are normally accessed deploying the py.test_
+`funcarg`_ mechanism.
+
+
 :func:`create_app`
 ==================
 
@@ -55,3 +60,12 @@
 =====================
 
 .. autofunction:: zope.pytest.teardown_root
+
+
+.. _py.test: http://pytest.org/
+
+.. _funcarg: http://pytest.org/funcargs.html
+
+.. _ZODB: http://www.zodb.org/
+
+.. _ZCML: http://www.muthukadan.net/docs/zca.html#zcml



More information about the checkins mailing list