Files
cpl/unittests/unittests_cli/custom_test_case.py
2022-12-01 23:23:48 +01:00

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