Added translation unittests

This commit is contained in:
2022-07-10 17:56:38 +02:00
parent a604f0e821
commit 2772ea8df2
14 changed files with 206 additions and 9 deletions

View File

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