Skip to content
Snippets Groups Projects
Commit 79a3e5bd authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[test][loop_executor] Add algorithm validation

parent 4f572830
No related branches found
No related tags found
2 merge requests!281.6.x,!27Soft loop
......@@ -187,11 +187,13 @@ class TestExecution(unittest.TestCase):
os.makedirs(working_prefix)
algorithm = Algorithm(prefix, algorithm_name)
assert(algorithm.valid)
algorithm.export(working_prefix)
# -------------------------------------------------------------------------
loop_algorithm = Algorithm(prefix, loop_algorithm_name)
assert(loop_algorithm.valid)
loop_algorithm.export(working_prefix)
# -------------------------------------------------------------------------
......
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