Moved unittests

This commit is contained in:
2022-05-26 15:49:52 +02:00
parent 79b51cf8c5
commit df32978a31
30 changed files with 9 additions and 34 deletions

View File

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