log src/test/helpers.py @ 1955:633b5c21aefd

age author description
Tue, 24 May 2016 22:11:04 +0200 Goffi backend, frontend: messages refactoring (huge commit, not finished):
Sun, 17 Apr 2016 14:45:26 +0200 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
Fri, 11 Mar 2016 17:42:56 +0100 souliane test: update some tests
Fri, 11 Mar 2016 16:41:44 +0100 souliane test: add helpers methods muteLogging and unmuteLogging
Sun, 03 Jan 2016 16:28:30 +0100 Goffi copyright update
Wed, 18 Nov 2015 11:06:24 +0100 Goffi core: fixed launchAction:
Fri, 17 Apr 2015 19:06:39 +0200 souliane test: fix the tests
Mon, 30 Mar 2015 10:26:26 +0200 Goffi 2015 copyright dates update
Wed, 18 Mar 2015 10:52:28 +0100 Goffi merged branch frontends_multi_profiles
Mon, 09 Feb 2015 21:39:51 +0100 Goffi core (memory): updateEntityData now accept a "silent" argument to avoid sending signal to frontends when updating an attribute with "signalOnUpdate" flag. frontends_multi_profiles
Fri, 09 Jan 2015 10:51:12 +0100 souliane plugin XEP-0313: update (still draft)
Fri, 19 Dec 2014 14:43:42 +0100 souliane plugin XEP-0313: first draft:
Fri, 19 Dec 2014 11:36:00 +0100 souliane test: refactoring:
Mon, 15 Dec 2014 14:05:28 +0100 souliane test: add tests for plugin_misc_groupblog
Wed, 17 Sep 2014 10:02:24 +0200 souliane test: fixes FakeSAT for plugin XEP-0033
Fri, 16 May 2014 00:58:20 +0200 souliane core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:
Wed, 14 May 2014 13:26:23 +0200 souliane test: fix the tests after the changes of logging system
Fri, 11 Apr 2014 11:02:42 +0200 souliane plugin XEP_0033: fixes the server part and the tests
Wed, 23 Apr 2014 12:01:59 +0200 Goffi tests: fixed log init in helpers (log init must be done before any call to a log method)
Mon, 21 Apr 2014 20:04:52 +0200 Goffi test: configuration/use of new logging system
Fri, 28 Mar 2014 18:07:22 +0100 Goffi core, plugin XEP-0115: discovery refactoring:
Fri, 28 Mar 2014 18:07:02 +0100 Goffi core, plugins: host.getClient now raise an exception instead of returning None when no profile is found, plugins have been adapted consequently and a bit cleaned
Sun, 23 Feb 2014 13:54:41 +0100 souliane plugin XEP-0277: fix pubsub entry parsing using lxml instead of feed.atom
Tue, 18 Feb 2014 17:49:33 +0100 souliane plugin room_game, radiocol: RoomGame.send returns a Deferred.
Fri, 07 Feb 2014 17:10:24 +0100 souliane memory: bug fix to not register twice frontends parameters + added some tests for param update
Wed, 15 Jan 2014 23:22:07 +0100 souliane test: improvements for the helpers classes:
Tue, 04 Feb 2014 18:32:49 +0100 Goffi dates update
Fri, 10 Jan 2014 18:15:02 +0100 souliane test: make FakeClient profile dependent and add some tools to test MUC
Thu, 09 Jan 2014 11:18:33 +0100 souliane test: define the constants JIDs and profiles as lists
Tue, 07 Jan 2014 09:27:53 +0100 souliane test: use the SatTestCase methods instead of builtin "assert" in tests for memory, plugin xep-0033
Sun, 05 Jan 2014 13:04:54 +0100 souliane test: FakeMemory inherits from Memory + more helpers basic support + cleaning
Sat, 04 Jan 2014 17:16:40 +0100 souliane test: added some tests for Memory
Sat, 04 Jan 2014 15:46:30 +0100 souliane test: added support of basic memory stuff in helpers.py
Sat, 04 Jan 2014 15:45:08 +0100 souliane test: store the constants in constants.py + better PEP8 compliance
Sun, 29 Dec 2013 17:06:01 +0100 Goffi core: i18n refactoring:
Tue, 12 Nov 2013 16:56:34 +0100 Goffi test: better ignore_blank in helpers's assertEqualXML
Tue, 12 Nov 2013 14:16:11 +0100 Goffi tests: plugin text syntaxes sanitisation tests
Tue, 12 Nov 2013 14:16:11 +0100 Goffi tests: added XML comparaison method to helpers
Thu, 07 Nov 2013 15:29:39 +0100 Goffi core, bridge: extra parameter is saved in history:
Sun, 29 Sep 2013 16:29:36 +0200 Goffi tests: helpers improvments:
Thu, 26 Sep 2013 17:32:24 +0200 Goffi tests: Use of FailTest for DifferentArgsException instead of Exception, so the test fail instead of raising en error.
Fri, 08 Mar 2013 00:36:22 +0100 Goffi fixed licences in docstrings (they are now in comments)
Fri, 18 Jan 2013 17:55:35 +0100 Emmanuel Gil Peyrot Fix pep8 support in src/test.
Fri, 18 Jan 2013 17:55:34 +0100 Emmanuel Gil Peyrot Remove trailing whitespaces.
Mon, 07 Jan 2013 23:30:13 +0100 Goffi dates update
Wed, 17 Oct 2012 00:35:48 +0200 Goffi core, bridge, quick_frontend: MUC private messages history management:
Wed, 15 Aug 2012 15:50:46 +0200 Goffi core: presence status + last resource refactored and kept in entitiesCache in memory.py, profile cache is purged on disconnection
Wed, 01 Aug 2012 22:53:02 +0200 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
Tue, 06 Mar 2012 09:07:24 +0100 Goffi copyleft date update
Tue, 08 Nov 2011 01:08:11 +0100 Goffi backend, bridge: asynchronous history
Tue, 24 May 2011 00:56:35 +0200 Goffi Tests