devtools/testlib.py
Mon, 21 Dec 2015 09:59:45 +0100 Rémi Cardona [devtools] Move attribute docstring to correct location
Thu, 10 Dec 2015 16:58:45 +0100 Julien Cristau Bring back the separate web-side entity cache
Wed, 09 Dec 2015 16:32:57 +0100 Sylvain Thénault a bit of pep8
Wed, 09 Dec 2015 18:24:09 +0100 Rémi Cardona merge with 3.20.11
Fri, 27 Nov 2015 12:26:17 +0100 Rémi Cardona [devtools] Disable anonymous login right before executing tests
Wed, 25 Mar 2015 14:20:56 +0100 Denis Laxalde [devtools/testlib] Remove assertions about direct usage of CubicWebTC/AutomaticWebTest
Thu, 30 Jul 2015 11:11:12 +0200 Christophe de Vienne [tests] Fix config.repository() in tests
Thu, 01 Oct 2015 12:15:14 +0200 Julien Cristau [devtools] CubicWebTC._check_html may have to deal with unicode or bytes
Wed, 16 Sep 2015 18:43:19 +0200 Rémi Cardona [web/views] port JSON views to py3k
Wed, 16 Sep 2015 15:17:42 +0200 Rémi Cardona [py3k] unicode vs str vs bytes vs the world
Wed, 16 Sep 2015 11:28:07 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 15 Sep 2015 17:04:04 +0200 Rémi Cardona [py3k] unicode → six.text_type
Tue, 13 Oct 2015 15:09:22 +0200 Rémi Cardona [py3k] dict.itervalues → dict.values
Tue, 15 Sep 2015 16:15:03 +0200 Rémi Cardona [py3k] dict.iteritems → dict.items
Mon, 12 Oct 2015 10:53:35 +0200 Rémi Cardona merge with 3.21.2
Fri, 09 Oct 2015 17:52:14 +0200 Rémi Cardona merge with 3.20.10
Thu, 08 Oct 2015 18:24:09 +0200 Rémi Cardona [devtools] Fix CubicWebTC.temporary_permissions
Thu, 08 Oct 2015 18:09:10 +0200 Rémi Cardona [devtools] Use TestCase.assertGreater
Mon, 14 Sep 2015 18:10:20 +0200 Rémi Cardona [devtools/testlib] Port CubicWebTC.view() to py3k
Tue, 15 Sep 2015 15:33:47 +0200 Rémi Cardona [py3k] file → open
Mon, 14 Sep 2015 16:03:07 +0200 Rémi Cardona [py3k] basestring → six.string_types
Tue, 15 Sep 2015 16:56:57 +0200 Rémi Cardona [py3k] import range using six.moves
Tue, 22 Sep 2015 09:39:30 +0200 Rémi Cardona [py3k] import URL mangling functions using six.moves
Tue, 15 Sep 2015 15:10:59 +0200 Rémi Cardona Unused imports
Fri, 11 Sep 2015 15:29:25 +0200 Samuel Trégouët [py3k] Fix raise with embedded traceback
Fri, 11 Sep 2015 14:52:09 +0200 Samuel Trégouët [py3k] print function
Wed, 09 Jul 2014 17:52:45 +0200 Aurelien Campeas [migration] remove repo_connect and use config.repository() instead
Fri, 31 Jul 2015 15:17:43 +0200 Julien Cristau [devtools] fix CubicWebTC.assertDocTestFile (closes #5930028)
Fri, 26 Jun 2015 16:28:56 +0200 Rémi Cardona [devtools] Sort _cw_fields in fake_form
Wed, 11 Jun 2014 15:58:01 +0200 Aurelien Campeas [devtools] remove the remaining bw compat for old-style tests
Fri, 13 Jun 2014 15:56:08 +0200 Aurelien Campeas [connection] eliminate ClientConnection leftovers
Fri, 13 Jun 2014 15:42:04 +0200 Aurelien Campeas [session] all cnx._session become cnx.session
Tue, 10 Jun 2014 16:01:49 +0200 Aurelien Campeas [repoapi] fold ClientConnection into Connection
Fri, 13 Jun 2014 13:54:28 +0200 Aurelien Campeas [migractions] remove any session related leftovers
Fri, 06 Jun 2014 17:08:08 +0200 Aurelien Campeas [repoapi,session] remove all session-as-cnx backward compat
Thu, 05 Jun 2014 09:51:57 +0200 Aurelien Campeas [devtools/testlib] remove dbapi backward-compat
Wed, 22 Apr 2015 10:08:14 +0200 Rémi Cardona merge 3.20.6 into 3.21
Mon, 16 Feb 2015 14:30:19 +0100 Julien Cristau [devtools] accept str objects in CubicWebTC.new_access and .create_user
Wed, 25 Feb 2015 17:13:46 +0100 Sylvain Thénault [devtools] add a method on CubicWebTC to fake data posted by standard cw forms. Closes #4985805
Wed, 02 Apr 2014 15:32:17 +0200 Julien Cristau [devtools] call turn_repo_off in tearDown (closes #4673491)
Thu, 27 Nov 2014 12:11:29 +0100 Christophe de Vienne [devtools] Use the pause_trace context manager instead of pause_tracing/resume_tracing
Mon, 30 Jun 2014 10:49:53 +0200 Denis Laxalde [devtools/testlib] Use actual 'admin' user configuration values
Thu, 24 Jul 2014 14:52:16 +0200 Julien Cristau [devtools] pre_setup_database takes a Connection, not a Session
Tue, 22 Jul 2014 18:16:23 +0200 Aurelien Campeas devtools: deprecate .req_from_url
Tue, 17 Jun 2014 11:53:35 +0200 Christophe de Vienne [tests] Move 'anonymous_allowed' property from CubicWebServerTC to CubicWebTC
Tue, 03 Jun 2014 14:43:07 +0200 Aurelien Campeas [testlib] deprecate .remote_call and provide new connection api friendly .remote_calling
Wed, 02 Jul 2014 15:11:00 +0200 Julien Cristau [devtools/testlib,fill] use the new connection api (for auto_populate)
Wed, 02 Jul 2014 14:42:24 +0200 Julien Cristau [webtests/automatic views tests] use the new connection api
Tue, 15 Apr 2014 11:55:37 +0200 Sylvain Thénault [testlib] call init_config once the config has been properly bootstraped
Fri, 30 May 2014 16:36:56 +0200 Aurelien Campeas [testlib] complete the RepoAccess object (closes #3843614)
Mon, 07 Apr 2014 12:03:06 +0200 Julien Cristau [devtools] add 'shell' method to RepoAccess, deprecate CubicWebTC's
Mon, 07 Apr 2014 17:02:04 +0200 Julien Cristau merge 3.18.4 into default
Thu, 03 Apr 2014 18:16:10 +0200 Sylvain Thénault [devtools] deprecate CWTC.user()
Thu, 03 Apr 2014 18:18:11 +0200 Sylvain Thénault minor cleanups
Thu, 03 Apr 2014 18:12:48 +0200 Sylvain Thénault [devtools] properly close open access on tearDown
Thu, 03 Apr 2014 19:10:40 +0200 Sylvain Thénault [devtools] make comment (a bit) more readable
Wed, 02 Apr 2014 16:09:09 +0200 Julien Cristau [devtools] avoid an internal deprecation warning
Tue, 01 Apr 2014 10:28:16 +0200 Sylvain Thénault avoid to internally raise 3.19 warnings
Wed, 12 Mar 2014 08:56:31 +0100 Denis Laxalde [testlib] Drop override of assertItemsEqual method stable
Tue, 11 Mar 2014 15:56:05 +0100 Julien Cristau [book] Update documentation for new repoapi
Wed, 12 Mar 2014 16:02:44 +0100 David Douard [devtools] add a 'method' argument to RepoAccess.web_request
Wed, 29 Jan 2014 16:03:42 +0100 Julien Cristau [testlib] Use session.sessionid instead of deprecated session.id
Mon, 27 Jan 2014 16:19:49 +0100 Julien Cristau merge 3.18.2 into 3.19 branch
Fri, 24 Jan 2014 10:04:56 +0100 Julien Cristau [repoapi] Fix typos in doc strings and comments
Tue, 14 Jan 2014 17:30:02 +0100 Julien Cristau [devtools] make CubicWebTC.login as admin undo previous logins
Tue, 14 Jan 2014 17:30:13 +0100 Julien Cristau [devtools] fix self.session._cnx vs self.cnx._cnx confusion after self.login
Thu, 23 Jan 2014 18:26:16 +0100 Aurelien Campeas [devtools] _orig_cnx does not exist any more (missing change)
Tue, 02 Jul 2013 17:07:34 +0200 Sylvain Thénault [config] cleanup/refactor server sources file values handling
Tue, 21 Jan 2014 15:11:16 +0100 Julien Cristau merge 3.17.12 into 3.18 branch cubicweb-centos-version-3.18.2-1 cubicweb-debian-version-3.18.2-1 cubicweb-version-3.18.2
Fri, 17 Jan 2014 09:06:40 +0100 Sylvain Thénault [test api] extract a context manager to temporarily disable app.error_handler monkey patch stable
Wed, 15 Jan 2014 14:21:47 +0100 Julien Cristau [testlib] Fix assertMessageEqual stable
Mon, 13 Jan 2014 15:56:52 +0100 Aurelien Campeas fix version number: we still target cw 3.19
Mon, 13 Jan 2014 13:47:47 +0100 Julien Cristau merge 3.18.0 in 3.19 branch
Tue, 07 Jan 2014 15:48:31 +0100 Sylvain Thénault [mail] allow to specify SMTP's MAIL FROM address to config.sendmails(). Closes #3373620
Mon, 26 Aug 2013 16:12:30 +0200 Aurelien Campeas remove 3.8 bw compat
Thu, 01 Aug 2013 10:59:52 +0200 Sylvain Thénault [testlib] temporary_appobjects should call __registered__ if it exists. Closes #3064075 stable
Thu, 27 Jun 2013 19:14:22 +0200 Pierre-Yves David [testlib] deprecated the older api to access the repo.
Thu, 27 Jun 2013 15:28:15 +0200 Pierre-Yves David [testlib] add an default testcase.adminaccess (and use it for default session)
Thu, 27 Jun 2013 18:15:57 +0200 Pierre-Yves David [testlib] introduce a RepoAccess class to easily create connection and request
Thu, 27 Jun 2013 12:28:17 +0200 Pierre-Yves David [testlib] use internal_cnx instead of internal_session
Wed, 26 Jun 2013 15:11:22 +0200 Pierre-Yves David use standalone Connection to Client Connection
Thu, 27 Jun 2013 18:21:04 +0200 Pierre-Yves David Use new repoapi for the web stack
Tue, 25 Jun 2013 10:59:01 +0200 Pierre-Yves David PARTIAL: Using the repoapi in test
Thu, 20 Jun 2013 16:19:27 +0200 Pierre-Yves David [testlib] gather all repository access logic in one place
Thu, 20 Jun 2013 16:00:07 +0200 Pierre-Yves David [testlib] move repo and related attribute back on Instance instead of Class
Mon, 24 Jun 2013 14:53:19 +0200 Pierre-Yves David [dbapi] makes anonymous_connection a computed property
Mon, 24 Jun 2013 12:41:27 +0200 Pierre-Yves David [testlib] rework request building in init_authentication
Fri, 23 Nov 2012 16:12:19 +0100 Pierre-Yves David web/application: instantiate the repository outside of CubicWebPublisher
Fri, 07 Dec 2012 17:23:04 +0100 Pierre-Yves David remove vreg argument to CWPublisher
Fri, 07 Dec 2012 16:10:38 +0100 Pierre-Yves David [devtools] vreg becomes a class ppty
Fri, 23 Nov 2012 16:33:00 +0100 Pierre-Yves David [devtools] drop unused `reset_schema` and `reset_vreg` class attribute
Fri, 14 Jun 2013 13:43:29 +0200 Pierre-Yves David [application] call req.set_session in application.main_handle_request
Thu, 13 Jun 2013 18:50:19 +0200 Pierre-Yves David [application/connect] simplify connection logic
Wed, 15 May 2013 16:21:23 +0200 Sylvain Thénault [testlib] fix page validator selection. Closes #2869456
Mon, 06 May 2013 17:16:45 +0200 Sylvain Thénault [testlib] repreprocess content so contextual display has a chance to show the proper line. Closes #2869481
Mon, 06 May 2013 17:26:16 +0200 Sylvain Thénault [testlib] SaxOnlyValidator is deprecated, use XMLValidator instead
Thu, 25 Apr 2013 14:10:55 +0200 Pierre-Yves David remove unused import
Tue, 12 Mar 2013 12:08:22 +0100 Pierre-Yves David merge with another default heads
Fri, 22 Feb 2013 11:17:02 +0100 Julien Cristau [devtools] add http_publish to CubicWebTC (closes #2565882)
Fri, 18 Jan 2013 12:47:40 +0100 Sylvain Thénault [testlib] url_publish should give url to the request and the rset returned by the path evaluator to ctrl_publish. Closes #2557468
Mon, 25 Feb 2013 18:02:11 +0100 Julien Cristau [testlib] make test_view load the json data
Thu, 14 Feb 2013 16:01:24 +0100 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
Thu, 14 Feb 2013 15:38:25 +0100 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
Thu, 14 Feb 2013 15:39:23 +0100 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
Thu, 10 Jan 2013 22:52:47 +0100 Sylvain Thénault [db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
Thu, 17 Jan 2013 18:30:08 +0100 Pierre-Yves David merge with stable
Thu, 17 Jan 2013 17:12:06 +0100 Sylvain Thénault [testlib] test_view now parse json data, closes #2557467 stable
Wed, 09 Jan 2013 16:06:20 +0100 Aurelien Campeas [merge] backport stable
Thu, 20 Dec 2012 12:14:14 +0100 Adrien Di Mascio [test] fix req default value handling in CubicWebTC.view (closes #2544376) stable
Fri, 14 Sep 2012 14:15:39 +0200 Sylvain Thénault [session] fix arguments default value and promote usage of security_enabled as session method. Closes #2481820
Mon, 10 Sep 2012 16:50:28 +0200 Sylvain Thénault minor cleanups/typos
Tue, 31 Jul 2012 10:12:06 +0200 Adrien Di Mascio [testlib] consider rset for template / view selection (closes #2447183) stable
Fri, 20 Jul 2012 10:25:55 +0200 Sylvain Thénault [book] fix build warnings/errors. Closes #2430042 stable
Tue, 10 Jul 2012 15:07:52 +0200 Sylvain Thénault stable is now 3.15 stable
Tue, 10 Jul 2012 11:11:15 +0200 Sylvain Thénault [testlib] introduce temporary_permissions context manager stable
Wed, 11 Apr 2012 13:28:10 +0200 Pierre-Yves David [devtool-testlib] add deprecated entry point for publish method
Fri, 16 Mar 2012 14:23:58 +0100 Pierre-Yves David devtools-request: transmit the headers keyword argument to the request class
Thu, 15 Mar 2012 17:48:20 +0100 Pierre-Yves David [web] Move request handling logic into cubicweb application. (closes #2200684)
Thu, 15 Mar 2012 17:42:31 +0100 Pierre-Yves David [login] split authentication logic from post authentication logic (closes #2200755)
Fri, 16 Dec 2011 12:30:12 +0100 Adrien Di Mascio [controllers] deprecate JSonController and implement AjaxController / ajax-func registry (closes #2110265)
less more (0) -120 tip