sh_cpl/unittests/unittests_cli/custom_test_case.py

11 lines
180 B
Python
Raw Normal View History

2022-12-01 23:23:48 +01:00
from unittests_cli.abc.command_test_case import CommandTestCase
2022-05-26 13:49:31 +02:00
2022-12-01 23:23:48 +01:00
class CustomTestCase(CommandTestCase):
2022-05-26 13:49:31 +02:00
def setUp(self):
pass
def test_equal(self):
pass