[WIP] Improved unittest

This commit is contained in:
2022-05-26 21:42:43 +02:00
parent 698f80adfe
commit ce0ad4013f
5 changed files with 52 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
import os
PLAYGROUND_PATH = os.path.abspath(os.path.join(os.getcwd(), '../generated/test_cli_playground'))
PLAYGROUND_PATH = os.path.abspath(os.path.join(os.getcwd(), '../test_cli_playground'))
CLI_PATH = os.path.abspath(os.path.join(os.getcwd(), '../../src/cpl_cli/main.py'))