Fixed tests #143

This commit is contained in:
2022-12-08 16:08:48 +01:00
parent 6f3099a8db
commit 120c9e6800
4 changed files with 4 additions and 33 deletions

View File

@@ -9,7 +9,6 @@ from unittests_shared.cli_commands import CLICommands
class GenerateTestCase(CommandTestCase):
_project = 'test-console'
_t_path = 'test'
_skip_tear_down = True
@classmethod
def setUpClass(cls):
@@ -45,7 +44,6 @@ class GenerateTestCase(CommandTestCase):
CLICommands.generate(schematic, file)
file_path = os.path.abspath(os.path.join(PLAYGROUND_PATH, excepted_path))
print(file_path)
self.assertTrue(os.path.exists(file_path))
def test_abc(self):