--- 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