summaryrefslogtreecommitdiffstats
path: root/tests/runtests.py
Commit message (Collapse)AuthorAgeFilesLines
* reindentJohan Dahlin2006-04-111-2/+2
|
* signal accumulatorsGustavo J. A. M. Carneiro2006-01-111-1/+2
|
* Split out PyGObject from PyGTK.Johan Dahlin2006-01-091-1/+1
|
* Bug 161177: Allow creation of python classes from g_object_newGustavo J. A. M. Carneiro2005-07-091-1/+1
|
* Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added.Johan Dahlin2005-07-081-1/+1
| | | | | | | | | | | | | * configure.in: * gtk/Makefile.am: * gtk/gdk-types.defs: * gtk/gdk.defs: * gtk/gdk.override: * gtk/gtk.defs: * pango-types.defs: * pango.defs: Merge new Gdk & Gtk API. pango.Renderer and functions/methods also added. Bump required glib,gtk & pango versions.
* fix make checkGustavo J. A. M. Carneiro2005-04-121-11/+10
|
* New test.Johan Dahlin2005-03-161-2/+15
| | | | | | * tests/test_radiobutton.py (RadioButtonTest): New test. * tests: Renamed *.py to test_*.py
* Make testsuite work and do things the way they were supposed to be doneJohan Dahlin2005-01-101-0/+7
| | | | | | | | * tests/Makefile.am: * tests/common.py: * tests/runtests.py: * tests/test_thread.py: Make testsuite work and do things the way they were supposed to be done from the beginning.
* gtk/*.overrideJohan Dahlin2004-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | * gtk/*.override * codegen/codegen.py: * codegen/argtypes.py: Update for enums * pygtype.c (pyg_value_as_pyobject): Use new enum/flag functions * pygenum.[ch]: Handle GFlag * pygflags.[ch]: Handle GFlag * atk-types.defs: Fix gtype-id for all enums * gobjectmodule.c (initgobject): Clean up and add convinience macros * tests/enum.py: New file * tests/common.py: New file, also stole from gst-python
* New script to run all tests in one takeJohan Dahlin2004-07-101-0/+25
* tests/runtests.py: New script to run all tests in one take * tests/Makefile.am: autotoolify * tests/signal.py: New simple test taken from examples/gobject/signal.py