Skip to content
Snippets Groups Projects
Commit 3d68c8fc authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added blank unit test file for optimize.py.

parent f6252eff
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment