Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-10-11[thorstenp] rename some var to not hide builts-in functions (list -> list_, ...)Yann Leboulanger
2008-10-11[thorstenp] use isinstance rather than type(x) == y. use sorted()Yann Leboulanger
2008-10-11[thorstenp] replace none equality test with identity testYann Leboulanger
2008-10-11[thorstenp] di not use emtpy except clausesYann Leboulanger
2008-10-08[thorstenp] replace has_key by key in dict. Fixes #4392Yann Leboulanger
2008-09-27[dwd] fix reconnection when we get wrong XML with undeclared namespaces. Fixe...Yann Leboulanger
2008-08-29Small enhancements for test_roster_window.Stephan Erb
2008-08-27Fix option handling of the unittest runner.Stephan Erb
2008-08-27fix dispatcher test. <x:y> in a message are not allowedYann Leboulanger
2008-08-27add some options to runtests.py to be able to tune verbosity and wether we wa...Yann Leboulanger
2008-08-27coding standardsYann Leboulanger
2008-08-27coding standardsYann Leboulanger
2008-08-27test hash computation in caps testYann Leboulanger
2008-08-19Unittest to reproduce #4208. With some tweaks to data.py it should also help ...Stephan Erb
2008-08-09status change tests, hopefully fix some status change issuesBrendan Taylor
2008-08-09moved testing libraries into their own directoryBrendan Taylor
2008-08-09a script for running all the testsBrendan Taylor
2008-08-07Implement some basic RosterWindow tests.Stephan Erb
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
2008-06-30indentation bug in the test environment setupBrendan Taylor
2008-06-29added test for parsing of unbound namespace prefixesBrendan Taylor
2008-06-29test for URL regexpBrendan Taylor
2008-06-27first pass at stripping out the one-tab-per-session codeBrendan Taylor
2008-06-12CapsCache: made docstring match the API, fixed minor bugs, added testsBrendan Taylor
2008-06-12split off test initialization codeBrendan Taylor
2008-06-04split mock objects into their own moduleBrendan Taylor
2008-05-31fix unit test to be runnable from anywhereBrendan Taylor
2008-05-29some basic session unit tests and support filesBrendan Taylor