2022.6.17 - Unittests #84

Merged
edraft merged 51 commits from 2022.6.17 into 2022.6 2022-06-27 10:03:55 +02:00
2 changed files with 8 additions and 8 deletions
Showing only changes of commit fa002a50ac - Show all commits

View File

@ -30,20 +30,20 @@ class CLITestSuite(unittest.TestSuite):
active_tests = [
# nothing needed
# GenerateTestCase,
# NewTestCase,
GenerateTestCase,
NewTestCase,
# compare console output
# VersionTestCase,
# project needed
# BuildTestCase,
# PublishTestCase,
# RunTestCase,
BuildTestCase,
PublishTestCase,
RunTestCase,
StartTestCase,
# check in project settings if package is updated
# UpdateTestCase,
# workspace needed
# AddTestCase,
# RemoveTestCase
AddTestCase,
RemoveTestCase
]
if self._is_online:

View File

@ -25,7 +25,7 @@ class StartTestCase(unittest.TestCase):
settings = json.load(cfg)
cfg.close()
if settings['RunTest']['WasStarted']:
if settings['RunTest']['WasStarted'] == 'True':
settings['RunTest']['WasRestarted'] = 'True'
settings['RunTest']['WasStarted'] = 'True'