summaryrefslogtreecommitdiff
path: root/tests/test_pango.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pango.py')
-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)