gerritlib/gerritlib/tests/base.py

6 lines
103 B
Python

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