diff -r 10dd0dd78778 -r 31c12863fd9d devtools/testlib.py --- 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'