summaryrefslogtreecommitdiff
path: root/tests/test_gdk.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_gdk.py')
-rw-r--r--tests/test_gdk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_gdk.py b/tests/test_gdk.py
index db22e5db..9d3d7fd7 100644
--- a/tests/test_gdk.py
+++ b/tests/test_gdk.py
@@ -18,7 +18,7 @@ class GdkTest(unittest.TestCase):
gtk.gdk.pixmap_create_from_data(None, '\x00', 1, 1, 1,
black, black)
- def testWindow(self):
+ def _testWindow(self):
common = {'finalized': False}
def on_finalize():
common['finalized'] = True