devtools/testlib.py
changeset 5238 31c12863fd9d
parent 5223 6abd6e3599f4
parent 5229 67dbd07a05f3
child 5249 842a40cade9a
--- a/devtools/testlib.py	Tue Apr 13 19:43:30 2010 +0200
+++ b/devtools/testlib.py	Tue Apr 13 19:43:51 2010 +0200
@@ -134,18 +134,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'