Added tests for start command

This commit is contained in:
2022-06-26 00:39:16 +02:00
parent 6de3bbdaf4
commit 32507afae9
8 changed files with 119 additions and 22 deletions

View File

@@ -5,10 +5,7 @@ import subprocess
import sys
import unittest
import pkg_resources
from cpl_core.utils import String
from unittests_cli.constants import PLAYGROUND_PATH
from unittests_shared.cli_commands import CLICommands