# HG changeset patch # User RĂ©mi Cardona # Date 1450688385 -3600 # Node ID 9c9f5e913f9c45ba158901068cfef1eaf3dfab79 # Parent 645fcb5bcc39ea59b96746cb39a19d25401c4e9a [devtools] Move attribute docstring to correct location diff -r 645fcb5bcc39 -r 9c9f5e913f9c devtools/httptest.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 diff -r 645fcb5bcc39 -r 9c9f5e913f9c devtools/testlib.py --- 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