[pygtk] pango.Context is now instantiable, remove the test



commit ae3d093c4d97114d2a632193792f28470d51da07
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Sat Jun 20 00:17:09 2009 +0200

    pango.Context is now instantiable, remove the test

 tests/test_pango.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/tests/test_pango.py b/tests/test_pango.py
index 2e82410..c7459c2 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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]