turbo-hipster/tests/test_nothing.py

7 lines
122 B
Python

import testtools
class TestNothing(testtools.TestCase):
def test_at_least_once(self):
self.assertTrue(True)