Skip to content
Snippets Groups Projects
Commit 6297b43e authored by Stefano Borini's avatar Stefano Borini
Browse files

Coverage

parent 672f926e
No related branches found
No related tags found
1 merge request!60Moved parameters into MCO
...@@ -41,3 +41,7 @@ class TestDakotaBundle(unittest.TestCase): ...@@ -41,3 +41,7 @@ class TestDakotaBundle(unittest.TestCase):
bundle = DummyDakotaBundle(self.plugin) bundle = DummyDakotaBundle(self.plugin)
ds = bundle.create_optimizer() ds = bundle.create_optimizer()
self.assertIsInstance(ds, DummyDakotaOptimizer) self.assertIsInstance(ds, DummyDakotaOptimizer)
def test_parameter_factories(self):
bundle = DummyDakotaBundle(self.plugin)
self.assertNotEqual(len(bundle.parameter_factories()), 0)
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