[devtools] Move attribute docstring to correct location
authorRémi Cardona <remi.cardona@logilab.fr>
Mon, 21 Dec 2015 09:59:45 +0100
changeset 11014 9c9f5e913f9c
parent 11013 645fcb5bcc39
child 11015 baf463175505
[devtools] Move attribute docstring to correct location
devtools/httptest.py
devtools/testlib.py
--- a/devtools/httptest.py	Sun Dec 20 19:08:19 2015 +0100
+++ b/devtools/httptest.py	Mon Dec 21 09:59:45 2015 +0100
@@ -83,9 +83,6 @@
 
 class CubicWebServerTC(CubicWebTC):
     """Class for running test web server. See :class:`CubicWebServerConfig`.
-
-    Class attributes:
-    * `anonymous_allowed`: flag telling if anonymous browsing should be allowed
     """
     configcls = CubicWebServerConfig
 
--- a/devtools/testlib.py	Sun Dec 20 19:08:19 2015 +0100
+++ b/devtools/testlib.py	Mon Dec 21 09:59:45 2015 +0100
@@ -268,6 +268,7 @@
     * `admlogin`, login of the admin user
     * `admpassword`, password of the admin user
     * `shell`, create and use shell environment
+    * `anonymous_allowed`: flag telling if anonymous browsing should be allowed
     """
     appid = 'data'
     configcls = devtools.ApptestConfiguration