aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sources/shiboken2/tests/otherbinding/signature_test.py2
-rw-r--r--sources/shiboken2/tests/samplebinding/namespace_test.py2
-rw-r--r--sources/shiboken2/tests/shiboken_test_helper.py (renamed from sources/shiboken2/tests/helper.py)0
3 files changed, 2 insertions, 2 deletions
diff --git a/sources/shiboken2/tests/otherbinding/signature_test.py b/sources/shiboken2/tests/otherbinding/signature_test.py
index 06894eaf8..f3b712d04 100644
--- a/sources/shiboken2/tests/otherbinding/signature_test.py
+++ b/sources/shiboken2/tests/otherbinding/signature_test.py
@@ -40,7 +40,7 @@ from shiboken_paths import init_paths
init_paths()
from other import OtherObjectType
-from helper import objectFullname
+from shiboken_test_helper import objectFullname
class SignatureTest(unittest.TestCase):
diff --git a/sources/shiboken2/tests/samplebinding/namespace_test.py b/sources/shiboken2/tests/samplebinding/namespace_test.py
index b1977cf6f..23480d4c4 100644
--- a/sources/shiboken2/tests/samplebinding/namespace_test.py
+++ b/sources/shiboken2/tests/samplebinding/namespace_test.py
@@ -40,7 +40,7 @@ from shiboken_paths import init_paths
init_paths()
from sample import *
-from helper import objectFullname
+from shiboken_test_helper import objectFullname
class TestEnumUnderNamespace(unittest.TestCase):
diff --git a/sources/shiboken2/tests/helper.py b/sources/shiboken2/tests/shiboken_test_helper.py
index 2564c91d4..2564c91d4 100644
--- a/sources/shiboken2/tests/helper.py
+++ b/sources/shiboken2/tests/shiboken_test_helper.py