devtools/testlib.py
changeset 5274 16461f675734
parent 5249 842a40cade9a
parent 5268 b4bb59824d72
child 5385 b6e250dd7a7d
--- a/devtools/testlib.py	Thu Apr 15 12:47:02 2010 +0200
+++ b/devtools/testlib.py	Thu Apr 15 12:48:40 2010 +0200
@@ -134,6 +134,7 @@
 
 class CubicWebTC(TestCase):
     """abstract class for test using an apptest environment
+
     attributes:
 
     * `vreg`, the vregistry
@@ -145,7 +146,6 @@
     * `repo`, the repository object
     * `admlogin`, login of the admin user
     * `admpassword`, password of the admin user
-
     """
     appid = 'data'
     configcls = devtools.ApptestConfiguration