sh_cpl/unittests/unittests_cli/custom_test_case.py

11 lines
180 B
Python

from unittests_cli.abc.command_test_case import CommandTestCase
class CustomTestCase(CommandTestCase):
def setUp(self):
pass
def test_equal(self):
pass