mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 08:58:33 +00:00
tests - fix missing Test import
This commit is contained in:
parent
a91fc73072
commit
8d580bc165
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue