Dummy Test to enable CI.

This commit is contained in:
Alexander Engelsberger 2021-05-10 16:19:26 +02:00
parent 3d42876df1
commit 9300a6d14d
2 changed files with 8 additions and 0 deletions

0
tests/__init__.py Normal file
View File

8
tests/test_dummy.py Normal file
View File

@ -0,0 +1,8 @@
"""ProtoTorch datasets test suite."""
import unittest
class TestDummy(unittest.TestCase):
def test_one(self):
self.assertEqual(True, True)