gtktest ======= Version 0.1 (released 2005-07-05) Home page: http://gintas.pov.lt/gtktest About ----- gtktest is a helper library for unit-testing pyGTK applications. License ------- gtktest is available on the MIT License, see the file LICENSE for the complete text. Getting the latest version -------------------------- To get the latest development version you will need to install darcs, David's Revision Control System (http://abridgegame.org/darcs/). Then you can retrieve the tree by executing the following command: darcs get http://gintas.pov.lt/darcs/gtktest (Note that you may easily send your patches to me by using `darcs record` to create and store modifications and then `darcs send` to send them by e-mail.) Installation ------------ Invoke `python setup.py install` to install the library into the local python's site-packages directory. Alternatively you may copy the gtktest subdirectory to your project's main source directory. Usage ----- See python scripts in the examples subdirectory. There is no real documentation yet, you may want to look into the EuroPython 2005 presentation in OpenOffice.org Impress format (ep2005.sxi) which has a broad overview. Doctests (see gtktest/tests/*.py) are also very useful as they are always up to date and there is not that many of them. Gintautas Miliauskas Last update: 2005-07-05