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
AgeCommit message (Collapse)Author
2009-11-05Organize tests into unit and integration tests.Stephan Erb
Integration tests can depend on UI, network or both. Unittests use neither.
2009-01-11Improve code coverage of our testsuites and do some refactoring.Stephan Erb
* resolver does not depend on GTK anymore * renamed a few modules for consistency * moved all mocks to lib/ * let client_nb test work again. Was broken here There are many failing tests, help appreciated :-)
2008-08-27coding standardsYann Leboulanger
2008-08-09status change tests, hopefully fix some status change issuesBrendan Taylor
2008-08-09moved testing libraries into their own directoryBrendan Taylor
2008-08-07Implement some basic RosterWindow tests.Stephan Erb
I just want the skeleton to be in place for feature bug fixing :-)
2008-07-29For historical reasons, we have a tab width of 3. This is strange, butjs
we have that in all files. To at least lesser the confusion a bit, add vim tags for that. Additionally, fix wrong #! in a few files.
2008-06-27first pass at stripping out the one-tab-per-session codeBrendan 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