Dummy Test to enable CI.
This commit is contained in:
parent
3d42876df1
commit
9300a6d14d
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
8
tests/test_dummy.py
Normal file
8
tests/test_dummy.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
"""ProtoTorch datasets test suite."""
|
||||||
|
|
||||||
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
|
class TestDummy(unittest.TestCase):
|
||||||
|
def test_one(self):
|
||||||
|
self.assertEqual(True, True)
|
Loading…
Reference in New Issue
Block a user