tests - fix missing Test import

This commit is contained in:
florian 2022-07-13 15:28:08 +02:00
parent a91fc73072
commit 8d580bc165
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from os.path import isfile
path.append(getcwd() + "/utils")
path.append(getcwd() + "/tests")
from Test import Test
from DockerTest import DockerTest
from logger import log