aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/tests.py
diff options
context:
space:
mode:
authorGábor Lipták <gliptak@gmail.com>2016-01-20 11:11:10 -0800
committerXiangrui Meng <meng@databricks.com>2016-01-20 11:11:10 -0800
commit9bb35c5b59e58dbebbdc6856d611bff73dd35a91 (patch)
tree87163ccf9190707d865209e8598ab955d5eb5976 /python/pyspark/tests.py
parent9376ae723e4ec0515120c488541617a0538f8879 (diff)
downloadspark-9bb35c5b59e58dbebbdc6856d611bff73dd35a91.tar.gz
spark-9bb35c5b59e58dbebbdc6856d611bff73dd35a91.tar.bz2
spark-9bb35c5b59e58dbebbdc6856d611bff73dd35a91.zip
[SPARK-11295][PYSPARK] Add packages to JUnit output for Python tests
This is #9263 from gliptak (improving grouping/display of test case results) with a small fix of bisecting k-means unit test. Author: Gábor Lipták <gliptak@gmail.com> Author: Xiangrui Meng <meng@databricks.com> Closes #10850 from mengxr/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: