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/lib
AgeCommit message (Expand)Author
2010-04-08More whitespace mini fixes.Éric Araujo
2010-02-10fixed some whitespace thanks to 2to3 -f ws_commaÉric Araujo
2010-02-08convert tabs to spaces in source code thanks to reindent.pyÉric Araujo
2010-01-22Bye bye glade, Hi gtk builder. Fixes #4945Yann Leboulanger
2009-11-16Remove different dicts for tune, activity and mood and from now on only use t...Stephan Erb
2009-11-05Organize tests into unit and integration tests.Stephan Erb
2009-10-24Remove unused imports.Stephan Erb
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-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-08[thorstenp] replace has_key by key in dict. Fixes #4392Yann Leboulanger
2008-08-29Small enhancements for test_roster_window.Stephan Erb
2008-08-27Fix option handling of the unittest runner.Stephan Erb
2008-08-27add some options to runtests.py to be able to tune verbosity and wether we wa...Yann 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