sh_cpl/unittests/unittests_cli/custom_test_case.py
2023-02-20 15:55:20 +01:00

10 lines
179 B
Python

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