10 lines
179 B
Python
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
|