Closed TomyYamy closed 2 years ago
current refactoring branch does not pass the test case.
$ rtamt/tests/python/ast$ python2 test_stl_ast_parser.py . ====================================================================== ERROR: test_timed_once_2 (__main__.TestStlAstParser) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_stl_ast_parser.py", line 364, in test_timed_once_2 self.assertEqual(self.ast.ast.name, self.ast.spec, 'Once assertion') AttributeError: 'Ast' object has no attribute 'ast' ====================================================================== ERROR: test_timed_once_3 (__main__.TestStlAstParser) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_stl_ast_parser.py", line 372, in test_timed_once_3 self.assertEqual(self.ast.ast.name, self.ast.spec, 'Once assertion') AttributeError: 'Ast' object has no attribute 'ast' ---------------------------------------------------------------------- Ran 40 tests in 0.071s FAILED (errors=2)
We are done.
current refactoring branch does not pass the test case.