Fixed cli schematics & added tests

This commit is contained in:
2023-04-07 13:42:20 +02:00
parent 3fc713cc8d
commit 1b60debba7
8 changed files with 66 additions and 3 deletions

View File

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

View File

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