tests: make tests (nearly) work with python3
Tests work now with python 3 with the exception of the deletion of remote testfolders which fails for some reasons. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
@@ -31,4 +31,4 @@ banner = """%(__productname__)s %(__version__)s
|
||||
import unittest
|
||||
from unittest import TestLoader, TextTestRunner
|
||||
from .globals import default_conf
|
||||
from TestRunner import OLITestLib
|
||||
from .TestRunner import OLITestLib
|
||||
|
||||
Reference in New Issue
Block a user