summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-06-20 00:17:09 +0200
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-06-20 00:17:09 +0200
commitae3d093c4d97114d2a632193792f28470d51da07 (patch)
tree0a0e703f0a2ff119d0bd56cbacd8bdd66b89a987 /tests
parent3c400cf3b775b0fe0fd32b0e680afb3123a1f5c6 (diff)
downloadpygtk-ae3d093c4d97114d2a632193792f28470d51da07.tar.gz
pango.Context is now instantiable, remove the test
Diffstat (limited to 'tests')
-rw-r--r--tests/test_pango.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_pango.py b/tests/test_pango.py
index 2e824107..c7459c2a 100644
--- a/tests/test_pango.py
+++ b/tests/test_pango.py
@@ -37,8 +37,3 @@ class TestFontDescription(unittest.TestCase):
fontdescr3 = pango.FontDescription('monospace 12')
self.assertEqual(fontdescr, fontdescr2)
self.assertNotEqual(fontdescr, fontdescr3)
-
-
-class Tests(unittest.TestCase):
- def testPangoContextConstructor(self):
- self.assertRaises(TypeError, pango.Context)