Przeglądaj źródła

Re-enabled 'raise' test case.

Sander Mathijs van Veen 14 lat temu
rodzic
commit
55a9a891ee
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      tests/test_parser.py

+ 2 - 2
tests/test_parser.py

@@ -24,5 +24,5 @@ class TestParser(unittest.TestCase):
     def test_line(self):
         self.assertEqual(line(Parser, '4a'), '4 * a')
 
-    #def test_raise(self):
-    #    ParserWrapper(Parser).run(['raise'])
+    def test_raise(self):
+        ParserWrapper(Parser).run(['raise'])