@@ -0,0 +1,13 @@
+import unittest
+
+from src.optimize import optimize_global
+from src.utils import Statement as S, Block as B
+class TestOptimize(unittest.TestCase):
+ def setUp(self):
+ pass
+ def test_(self):