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:
Sebastian Spaeth
2012-02-17 14:57:11 +01:00
parent d0723fb8a2
commit d1e6e1f09e
4 changed files with 22 additions and 15 deletions

View File

@@ -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