summaryrefslogtreecommitdiff
path: root/tests/test_nothing.py
blob: fd7af1b8f19928b6cfcdffa1a49caadfb994e5d2 (plain)
1
2
3
4
5
6
import testtools


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