aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
diff options
context:
space:
mode:
authorGábor Lipták <gliptak@gmail.com>2016-01-19 14:06:53 -0800
committerXiangrui Meng <meng@databricks.com>2016-01-19 14:06:53 -0800
commitc6f971b4aeca7265ab374fa46c5c452461d9b6a7 (patch)
treebc328578e9976f621b9be5862bd84b5461d755f5 /python/pyspark/tests.py
parentc78e2080e00a73159ab749691ad634fa6c0a2302 (diff)
downloadspark-c6f971b4aeca7265ab374fa46c5c452461d9b6a7.tar.gz
spark-c6f971b4aeca7265ab374fa46c5c452461d9b6a7.tar.bz2
spark-c6f971b4aeca7265ab374fa46c5c452461d9b6a7.zip
[SPARK-11295] Add packages to JUnit output for Python tests
SPARK-11295 Add packages to JUnit output for Python tests This improves grouping/display of test case results. Author: Gábor Lipták <gliptak@gmail.com> Closes #9263 from gliptak/SPARK-11295.
Diffstat (limited to 'python/pyspark/tests.py')
-rw-r--r--python/pyspark/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pyspark/tests.py b/python/pyspark/tests.py
index 5bd9447659..23720502a8 100644
--- a/python/pyspark/tests.py
+++ b/python/pyspark/tests.py
@@ -2008,6 +2008,7 @@ class NumPyTests(PySparkTestCase):
if __name__ == "__main__":
+ from pyspark.tests import *
if not _have_scipy:
print("NOTE: Skipping SciPy tests as it does not seem to be installed")
if not _have_numpy: