Skip to content
Snippets Groups Projects
Commit 285217dc authored by Grégoire Kubler's avatar Grégoire Kubler
Browse files

fix : dummy export instead of test_export to avoid confusion between test.py & generated export

parent 41911b11
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #49938 waiting for manual action
......@@ -19,7 +19,7 @@ _version.py
*xmlrunner-results.xml
# python test artifact
aidge_core/test_export/*
aidge_core/dummy_export/*
# Mermaid
*.mmd
......
......@@ -48,7 +48,7 @@ class test_export(unittest.TestCase):
"""Test aidge export"""
def setUp(self):
self.EXPORT_PATH = pathlib.Path("test_export")
self.EXPORT_PATH = pathlib.Path("dummy_export")
def tearDown(self):
pass
......
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