aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtScript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/QtScript')
-rw-r--r--tests/QtScript/CMakeLists.txt1
-rw-r--r--tests/QtScript/test_base.py4
2 files changed, 0 insertions, 5 deletions
diff --git a/tests/QtScript/CMakeLists.txt b/tests/QtScript/CMakeLists.txt
index b76a26299..e496591c7 100644
--- a/tests/QtScript/CMakeLists.txt
+++ b/tests/QtScript/CMakeLists.txt
@@ -1,3 +1,2 @@
PYSIDE_TEST(base_test.py)
PYSIDE_TEST(engine_test.py)
-PYSIDE_TEST(test_base.py)
diff --git a/tests/QtScript/test_base.py b/tests/QtScript/test_base.py
deleted file mode 100644
index 6ad27e007..000000000
--- a/tests/QtScript/test_base.py
+++ /dev/null
@@ -1,4 +0,0 @@
-from PySide import QtScript
-
-
-#only test if the module import works fine bug #278