devtools/testlib.py
branchstable
changeset 5267 7bac6791bbc2
parent 5229 67dbd07a05f3
child 5268 b4bb59824d72
--- a/devtools/testlib.py	Thu Apr 15 10:58:21 2010 +0200
+++ b/devtools/testlib.py	Thu Apr 15 10:59:49 2010 +0200
@@ -130,6 +130,7 @@
 
 class CubicWebTC(TestCase):
     """abstract class for test using an apptest environment
+
     attributes:
 
     * `vreg`, the vregistry
@@ -141,7 +142,6 @@
     * `repo`, the repository object
     * `admlogin`, login of the admin user
     * `admpassword`, password of the admin user
-
     """
     appid = 'data'
     configcls = devtools.ApptestConfiguration