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
2009-04-08test_sessions require gtkYann Leboulanger
2009-04-06re-enable tests on commit timeYann Leboulanger
2009-04-06fix typo in resolver testYann Leboulanger
2009-04-06fix xmpp transport tests. Fixes #4829Yann Leboulanger
2009-04-06fix dispatcher tests. Fixes #4830Yann Leboulanger
2009-04-06fix test_xmpp_client_nb test unitYann Leboulanger
2009-04-06fix Mock class: child of object class and fix realClass usageYann Leboulanger
2009-04-06fix function nameYann Leboulanger
2009-01-11Improve code coverage of our testsuites and do some refactoring.Stephan Erb
2008-12-24Remove duplicated coded in test_client_nb.pyStephan Erb
2008-12-24Comment some prints in xmpp_mocks.py. Should be merged with test/lib/mocks.pyStephan Erb
2008-12-24Small cleanups to test_nonblockingtcp.py without much value.Stephan Erb
2008-12-24Make test_resolver work again after IdleQueue move.Stephan Erb
2008-12-24Temporary disable regression tests on commit.Stephan Erb
2008-12-16merge BOSH branch to trunkYann Leboulanger
2008-12-04[thorstenp] remove some useless space at eolYann Leboulanger
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-09-01- renamed src/common/nslookup.py to resolver.pytomk
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-07-14BOSHClient transformed to NonBlockingBOSH transport - it's easier to maintain...tomk
2008-06-30- Refactored non-blocking transport and client classes - getaddrinfo is calledtomk
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-19added stub for new transports module plus basic test for it, testing code reo...tomk
2008-06-13added test script for NonBlockingClient (test/test_client_nb.py)tomk
2008-06-12CapsCache: made docstring match the API, fixed minor bugs, added testsBrendan Taylor
2008-06-12split off test initialization codeBrendan Taylor
2008-06-09initial cleanup of xmpppy perfomed, see #3260tomk
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