doc/book/en/development/testing.rst
branchstable
changeset 5266 84f285d96363
parent 5255 15ea2f3464a4
--- a/doc/book/en/development/testing.rst	Wed Apr 14 18:54:28 2010 +0200
+++ b/doc/book/en/development/testing.rst	Thu Apr 15 10:58:21 2010 +0200
@@ -1,10 +1,8 @@
 .. -*- coding: utf-8 -*-
+
 Tests
 =====
 
-.. toctree::
-   :maxdepth: 1
-
 Unit tests
 ----------
 
@@ -89,8 +87,9 @@
 You can see an example of security tests in the
 :ref:`adv_tuto_security`.
 
-It is possible to have these tests run continuously using `apycot`
-(http://www.logilab.org/project/apycot).
+It is possible to have these tests run continuously using `apycot`_.
+
+.. _apycot: http://www.logilab.org/project/apycot
 
 Managing connections or users
 +++++++++++++++++++++++++++++
@@ -220,9 +219,12 @@
 Using Pytest
 ````````````
 
-`pytest` is an utility that extends the Python unittest functionality
-and is the preferred way to run the CubicWeb test suites. Bare
-unittests also work the usual way.
+The `pytest` utility (shipping with `logilab-common`_, which is a
+mandatory dependency of CubicWeb) extends the Python unittest
+functionality and is the preferred way to run the CubicWeb test
+suites. Bare unittests also work the usual way.
+
+.. _logilab-common: http://www.logilab.org/project/logilab-common
 
 To use it, you may:
 
@@ -254,4 +256,3 @@
 ``````````````
 .. autoclass:: cubicweb.devtools.testlib.CubicWebTC
    :members:
-