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
3 merge requests!279v0.4.0,!253v0.4.0,!163Export refactor
Pipeline #51967 failed
......@@ -67,7 +67,7 @@ class test_export(unittest.TestCase):
initFiller(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")
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