prototorch_models/tests/test_dummy.py

7 lines
115 B
Python
Raw Normal View History

2021-05-10 14:19:26 +00:00
import unittest
class TestDummy(unittest.TestCase):
def test_one(self):
self.assertEqual(True, True)