Added CLI command test cases

This commit is contained in:
2022-05-26 13:49:31 +02:00
parent c2706c7737
commit e74e39c189
16 changed files with 167 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
import unittest
class InstallTestCase(unittest.TestCase):
def setUp(self):
pass
def test_equal(self):
pass