Fixed cpl g path problems & package names #93

This commit is contained in:
2022-11-30 18:04:40 +01:00
parent 23efb776e7
commit f450102c93
61 changed files with 153 additions and 86 deletions

View File

@@ -32,8 +32,8 @@ class CLITestSuite(unittest.TestSuite):
active_tests = [
# nothing needed
VersionTestCase,
GenerateTestCase,
NewTestCase,
GenerateTestCase,
# project needed
BuildTestCase,
PublishTestCase,
@@ -75,4 +75,4 @@ class CLITestSuite(unittest.TestSuite):
def run(self, *args):
self._setup()
self._result = super().run(*args)
self._cleanup()
# self._cleanup()