gerritlib/gerritlib/tests/base.py

6 lines
115 B
Python

import testtools
class TestCase(testtools.TestCase):
"Placeholder wrapper for the testtools.TestCase class."