diff options
author | Johan Dahlin <johan@src.gnome.org> | 2004-09-27 16:51:25 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2004-09-27 16:51:25 +0000 |
commit | f313fd015607e037d98e7dfb991fc74bf68d1177 (patch) | |
tree | d04ee31c848287fd2805a27b4417309f3a724ee4 /tests/common.py | |
parent | b4205323655072faef3e0d86a219c374ef9535b3 (diff) | |
download | pygobject-f313fd015607e037d98e7dfb991fc74bf68d1177.tar.gz pygobject-f313fd015607e037d98e7dfb991fc74bf68d1177.tar.xz pygobject-f313fd015607e037d98e7dfb991fc74bf68d1177.zip |
Small c module to help testing
* tests/testhelper.c: Small c module to help testing
* tests/test_subtype.py: tests for this, use testhelper here
aswell
Diffstat (limited to 'tests/common.py')
-rw-r--r-- | tests/common.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common.py b/tests/common.py index adf4bcc..cbb09e5 100644 --- a/tests/common.py +++ b/tests/common.py @@ -15,4 +15,6 @@ import gtk from gtk import gdk from gtk import glade +import testhelper + ltihooks.uninstall() |