11 lines
180 B
Python
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
|