Commit 2b68d2be authored by Sergey Bobrov's avatar Sergey Bobrov

Убрал неактуальный тест

parent 3f33473a
......@@ -135,12 +135,6 @@ class TestGraphExecution(unittest.TestCase):
# с использованием threading/multiprocessing
pass
def test_error_handling(self):
"""Тест обработки ошибок"""
parser = Parser()
with self.assertRaises(Exception):
parser.parse_file(os.path.join("test_adot_files", "invalid_syntax.adot"))
if __name__ == '__main__':
unittest.main()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment