prototorch_models/tests/test_dummy.py

7 lines
115 B
Python
Raw Normal View History

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