log src/test/helpers.py @ 1022:002ee8397208

age author description
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