log src/test/helpers.py @ 2400:8253ea069781

age author description
2016-05-24 Goffi backend, frontend: messages refactoring (huge commit, not finished):
2016-04-17 Goffi use of /usr/bin/env instead of /usr/bin/python in shebang
2016-03-11 souliane test: update some tests
2016-03-11 souliane test: add helpers methods muteLogging and unmuteLogging
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
2013-12-29 Goffi core: i18n refactoring:
2013-11-12 Goffi test: better ignore_blank in helpers's assertEqualXML
2013-11-12 Goffi tests: plugin text syntaxes sanitisation tests
2013-11-12 Goffi tests: added XML comparaison method to helpers
2013-11-07 Goffi core, bridge: extra parameter is saved in history:
2013-09-29 Goffi tests: helpers improvments:
2013-09-26 Goffi tests: Use of FailTest for DifferentArgsException instead of Exception, so the test fail instead of raising en error.
2013-03-07 Goffi fixed licences in docstrings (they are now in comments)
2013-01-18 Emmanuel Gil Peyrot Fix pep8 support in src/test.
2013-01-18 Emmanuel Gil Peyrot Remove trailing whitespaces.
2013-01-07 Goffi dates update
2012-10-16 Goffi core, bridge, quick_frontend: MUC private messages history management:
2012-08-15 Goffi core: presence status + last resource refactored and kept in entitiesCache in memory.py, profile cache is purged on disconnection
2012-08-01 Goffi Licence modification: the full project is now under AGPL v3+ instead of GPL v3+
2012-03-06 Goffi copyleft date update
2011-11-08 Goffi backend, bridge: asynchronous history
2011-05-23 Goffi Tests