Explorar o código

Re-enabled 'raise' test case.

Sander Mathijs van Veen %!s(int64=14) %!d(string=hai) anos
pai
achega
55a9a891ee
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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'])