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

chore : removed redundant dummy test

parent d31a67df
No related branches found
No related tags found
2 merge requests!17version 0.2.0,!7Feat/release pip
Pipeline #51471 passed
import unittest
class test_export(unittest.TestCase):
"""Test tensor binding"""
def setUp(self):
pass
def tearDown(self):
pass
def test_export_cpp(self):
print("Learning tests to do.")
self.assertEqual(True, True)
if __name__ == "__main__":
unittest.main()
......@@ -14,7 +14,8 @@ import aidge_learning
class test_dummy(unittest.TestCase):
"""Test tensor binding
"""
Dummy test to satisfy the CI
"""
def setUp(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