summaryrefslogtreecommitdiffstats
path: root/tests/common.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-09-27 16:51:25 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-09-27 16:51:25 +0000
commitf313fd015607e037d98e7dfb991fc74bf68d1177 (patch)
treed04ee31c848287fd2805a27b4417309f3a724ee4 /tests/common.py
parentb4205323655072faef3e0d86a219c374ef9535b3 (diff)
downloadpygobject-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.py2
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()