devtools/testlib.py
branchstable
changeset 5229 67dbd07a05f3
parent 5175 6efb7a7ae570
child 5238 31c12863fd9d
child 5247 3c8f6e6014f4
child 5267 7bac6791bbc2
--- a/devtools/testlib.py	Tue Apr 13 19:18:06 2010 +0200
+++ b/devtools/testlib.py	Tue Apr 13 19:19:37 2010 +0200
@@ -130,18 +130,17 @@
 
 class CubicWebTC(TestCase):
     """abstract class for test using an apptest environment
+    attributes:
 
-    attributes:
-    `vreg`, the vregistry
-    `schema`, self.vreg.schema
-    `config`, cubicweb configuration
-    `cnx`, dbapi connection to the repository using an admin user
-    `session`, server side session associated to `cnx`
-    `app`, the cubicweb publisher (for web testing)
-    `repo`, the repository object
-
-    `admlogin`, login of the admin user
-    `admpassword`, password of the admin user
+    * `vreg`, the vregistry
+    * `schema`, self.vreg.schema
+    * `config`, cubicweb configuration
+    * `cnx`, dbapi connection to the repository using an admin user
+    * `session`, server side session associated to `cnx`
+    * `app`, the cubicweb publisher (for web testing)
+    * `repo`, the repository object
+    * `admlogin`, login of the admin user
+    * `admpassword`, password of the admin user
 
     """
     appid = 'data'