|
@@ -1,6 +1,6 @@
|
|
import unittest
|
|
import unittest
|
|
|
|
|
|
-from utils import run_file, get_constructor, get_model_constructor
|
|
|
|
|
|
+from utils import *
|
|
|
|
|
|
all_files = [ "core/mini_modify.alc",
|
|
all_files = [ "core/mini_modify.alc",
|
|
"core/core_formalism.mvc",
|
|
"core/core_formalism.mvc",
|
|
@@ -852,6 +852,7 @@ class TestModelverseCore(unittest.TestCase):
|
|
],
|
|
],
|
|
mode))
|
|
mode))
|
|
|
|
|
|
|
|
+ @slow
|
|
def test_po_transform_add_MT_pn_simulate_larger(self):
|
|
def test_po_transform_add_MT_pn_simulate_larger(self):
|
|
self.transform_add_MT_pn_simulate_larger("PO")
|
|
self.transform_add_MT_pn_simulate_larger("PO")
|
|
|
|
|