log src/test/helpers.py @ 1903:29564cec913f

age author description
2016-01-03 Goffi copyright update
2015-11-18 Goffi core: fixed launchAction:
2015-04-17 souliane test: fix the tests
2015-03-30 Goffi 2015 copyright dates update
2015-03-18 Goffi merged branch frontends_multi_profiles
2015-02-09 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
2015-01-09 souliane plugin XEP-0313: update (still draft)
2014-12-19 souliane plugin XEP-0313: first draft:
2014-12-19 souliane test: refactoring:
2014-12-15 souliane test: add tests for plugin_misc_groupblog
2014-09-17 souliane test: fixes FakeSAT for plugin XEP-0033
2014-05-15 souliane core, memory, bridge, plugin misc_register_account: move registerNewAccount to a new plugin:
2014-05-14 souliane test: fix the tests after the changes of logging system
2014-04-11 souliane plugin XEP_0033: fixes the server part and the tests
2014-04-23 Goffi tests: fixed log init in helpers (log init must be done before any call to a log method)
2014-04-21 Goffi test: configuration/use of new logging system
2014-03-28 Goffi core, plugin XEP-0115: discovery refactoring:
2014-03-28 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
2014-02-23 souliane plugin XEP-0277: fix pubsub entry parsing using lxml instead of feed.atom
2014-02-18 souliane plugin room_game, radiocol: RoomGame.send returns a Deferred.
2014-02-07 souliane memory: bug fix to not register twice frontends parameters + added some tests for param update
2014-01-15 souliane test: improvements for the helpers classes:
2014-02-04 Goffi dates update
2014-01-10 souliane test: make FakeClient profile dependent and add some tools to test MUC
2014-01-09 souliane test: define the constants JIDs and profiles as lists
2014-01-07 souliane test: use the SatTestCase methods instead of builtin "assert" in tests for memory, plugin xep-0033
2014-01-05 souliane test: FakeMemory inherits from Memory + more helpers basic support + cleaning
2014-01-04 souliane test: added some tests for Memory
2014-01-04 souliane test: added support of basic memory stuff in helpers.py
2014-01-04 souliane test: store the constants in constants.py + better PEP8 compliance