Commit 3d68c8fc authored by Taddeus Kroes's avatar Taddeus Kroes

Added blank unit test file for optimize.py.

parent f6252eff
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):
pass
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