devtools/testlib.py
Tue, 07 Dec 2010 12:18:20 +0100 Aurelien Campeas [test] New Handling of database for test. oldstable
Fri, 11 Mar 2011 09:47:09 +0100 Sylvain Thénault default (3.11.X) is now stable stable
Thu, 10 Mar 2011 14:59:21 +0100 Sylvain Thénault [devtools] fix anonymous user handling in test classes stable
Tue, 08 Mar 2011 18:32:19 +0100 Sylvain Thénault backport stable
Tue, 08 Mar 2011 18:21:40 +0100 Sylvain Thénault [testlib] New assertion method assertSentEmail() to test presence of emails in system mailbox stable
Mon, 07 Mar 2011 17:02:15 +0100 Nicolas Chauvat merge stable changes into default
Mon, 07 Mar 2011 10:41:04 +0100 Sylvain Thénault [testlib] backport some useful testing utilities from tracker's testutils module stable
Mon, 07 Mar 2011 10:40:07 +0100 Sylvain Thénault [testlib] fix rql generation bug w/ groups given as unicode string stable
Fri, 11 Feb 2011 12:17:47 +0100 Sylvain Thénault backport stable
Fri, 11 Feb 2011 11:37:10 +0100 Sylvain Thénault [testlib] take care, validator may be None stable
Fri, 11 Feb 2011 11:29:23 +0100 Sylvain Thénault [testlib] extract get_validator method from _check_html, move assertDocTestFile stable
Wed, 09 Feb 2011 18:57:09 +0100 Sylvain Thénault [testlib] by default skip new 'manage' action's category
Wed, 19 Jan 2011 12:47:06 +0100 Sylvain Thénault [web session] cleanup session/authentication api: we don't have anymore to store authentication information on web session since the auto-reconnection feature has been dropped (eg in 3.10)
Tue, 09 Nov 2010 17:19:39 +0100 Pierre-Yves David [testlib] extract validation logic into a ``assertWellFormed`` method. stable
Tue, 11 Jan 2011 12:19:36 +0100 Sylvain Thénault [web action] refactor box menu handling, fixing #1401943 on the way stable
Wed, 05 Jan 2011 10:30:52 +0100 Sylvain Thénault d-t-w stable
Tue, 04 Jan 2011 16:34:22 +0100 Sylvain Thénault [test, html validation] make validator selection somewhat smarter (at least it works properly when content is demoted from xhtml to html, making the XMLDemotingValidator class useless stable
Wed, 01 Dec 2010 17:08:24 +0100 Sylvain Thénault backport oldstable stable
Wed, 01 Dec 2010 17:06:01 +0100 Pierre-Yves David [testlib] Use logilab.common.shellutils.getlogin instead of local hack. oldstable
Fri, 05 Nov 2010 18:51:22 +0100 Julien Jehannet [devtools] make migration handler easily available from CubicWebTC through .shell() method stable
Fri, 05 Nov 2010 15:08:24 +0100 Julien Jehannet [shell, testlib] return doc test results in process_script and new assertDocTestFile method on CubicWebTC stable
Mon, 25 Oct 2010 17:15:46 +0200 Sylvain Thénault [test] make test independant from the working directory
Fri, 22 Oct 2010 14:32:59 +0200 Sylvain Thénault backport stable
Fri, 22 Oct 2010 14:30:59 +0200 Sylvain Thénault [testlib] /me stupid stable
Fri, 22 Oct 2010 14:28:09 +0200 Sylvain Thénault backport stable
Fri, 22 Oct 2010 14:27:53 +0200 Sylvain Thénault [testlib] missing import stable
Fri, 22 Oct 2010 13:10:37 +0200 Sylvain Thénault merge
Fri, 22 Oct 2010 13:10:27 +0200 Sylvain Thénault [test] start to make tests independant from cwd (more to do for tests which don't inherit from CubicWebTC stable
Sun, 17 Oct 2010 10:04:45 +0200 Sylvain Thénault [test] take care to unicode __regid__ (usually when using _()), may lead to later unicode decode error
Wed, 13 Oct 2010 08:37:21 +0200 Sylvain Thénault backport stable
Wed, 13 Oct 2010 08:37:09 +0200 Sylvain Thénault [test] reset uncommitable flag on ValidationError raised during automatic db population stable
Tue, 12 Oct 2010 14:13:07 +0200 Sylvain Thénault [test/possible views] skip deprecated views
Mon, 11 Oct 2010 14:45:25 +0200 Sylvain Thénault backport stable
Mon, 11 Oct 2010 13:40:18 +0200 Sylvain Thénault TestServerConfig needs default_base_url stable
Mon, 11 Oct 2010 12:27:29 +0200 Sylvain Thénault backport stable
Mon, 11 Oct 2010 12:27:17 +0200 Sylvain Thénault [test] we must consider default_base_url() stable
Mon, 11 Oct 2010 11:02:27 +0200 Sylvain Thénault backport stable
Mon, 11 Oct 2010 10:14:11 +0200 Sylvain Thénault restore line dropped in 6424:f443a2b8a5c7 which is necessary to have proper base-url on test server config (used for ms tests at least) stable
Sat, 09 Oct 2010 00:05:52 +0200 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
Sat, 09 Oct 2010 00:05:49 +0200 Sylvain Thénault backport stable
Fri, 08 Oct 2010 15:28:51 +0200 Julien Jehannet [devtools] refactor http server initialization in a much saner way stable
Fri, 08 Oct 2010 07:55:11 +0200 Sylvain Thénault backport stable
Fri, 08 Oct 2010 07:43:38 +0200 Sylvain Thénault [test] fix tests broken by transaction behaviour on Unauthorized/ValidationError (no rollback but connection marked as non-commitable) stable
Thu, 07 Oct 2010 19:04:07 +0200 Sylvain Thénault backport stable
Thu, 07 Oct 2010 19:02:00 +0200 Sylvain Thénault [testlib] fix mail monkey patching, former patch was applied on stable instead of default stable
Wed, 06 Oct 2010 14:57:14 +0200 Sylvain Thénault backport stable
Wed, 06 Oct 2010 14:56:43 +0200 Pierre-Yves David [testlib] Fix mail monkeypatch in testlib stable
Wed, 06 Oct 2010 14:04:26 +0200 Sylvain Thénault backport stable
Wed, 06 Oct 2010 10:46:20 +0200 Sylvain Thénault [test] send mail synchronously during tests stable
Thu, 30 Sep 2010 15:00:40 +0200 Sylvain Thénault backport stable
Thu, 30 Sep 2010 15:00:30 +0200 Sylvain Thénault [test] more update to unittest2 api stable
Wed, 29 Sep 2010 16:16:32 +0200 Sylvain Thénault backport stable
Mon, 27 Sep 2010 17:14:23 +0200 Sylvain Thénault [testlib] don't wrap main test connection into TestCaseConnectionProxy, it should not be closed afterwards stable
Thu, 23 Sep 2010 23:28:58 +0200 Sylvain Thénault backport stable
Thu, 23 Sep 2010 10:47:54 +0200 Sylvain Thénault [test] we actually still need the set_option on base-url for multi-sources (eg repo) configuration stable
Fri, 17 Sep 2010 16:53:12 +0200 Sylvain Thénault [test] fix setting of base-url during test: override default_base_url, else we set it too late (after uiprops generation) stable
Mon, 06 Sep 2010 15:03:11 +0200 Sylvain Thénault backport stable
Fri, 27 Aug 2010 15:02:34 +0200 Adrien Di Mascio [doc] add documentation on RealDatabaseConfiguration stable
Fri, 27 Aug 2010 14:14:54 +0200 Adrien Di Mascio [devtools] add url_publish() method on CubicWebTC to test a full publishing process from the url_resolver to the html generation stable
Fri, 27 Aug 2010 13:44:55 +0200 Adrien Di Mascio [devtools] make CubiwebTC.login() context-manager restore the testcase connection on exit stable
less more (0) -100 -60 tip