Skip to content
Snippets Groups Projects
Commit cf7b016f authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Update unittest with new export name.

parent a449cf97
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ class test_export(unittest.TestCase): ...@@ -67,7 +67,7 @@ class test_export(unittest.TestCase):
initFiller(model) initFiller(model)
# Export model # Export model
aidge_core.export(self.EXPORT_PATH, model) aidge_core.serialize_to_cpp(self.EXPORT_PATH, model)
self.assertTrue(self.EXPORT_PATH.is_dir(), "Export folder has not been generated") self.assertTrue(self.EXPORT_PATH.is_dir(), "Export folder has not been generated")
os.makedirs(self.EXPORT_PATH / "build", exist_ok=True) os.makedirs(self.EXPORT_PATH / "build", exist_ok=True)
......
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