Improved tests #129

This commit is contained in:
2022-12-01 23:23:48 +01:00
parent f0f79e7e3b
commit 2840628443
19 changed files with 103 additions and 153 deletions

View File

@@ -1,7 +1,7 @@
import unittest
from unittests_cli.abc.command_test_case import CommandTestCase
class CustomTestCase(unittest.TestCase):
class CustomTestCase(CommandTestCase):
def setUp(self):
pass