aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/sql
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/sql
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/sql')
-rw-r--r--python/pyspark/sql/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pyspark/sql/tests.py b/python/pyspark/sql/tests.py
index c03cb9338a..ae8620274d 100644
--- a/python/pyspark/sql/tests.py
+++ b/python/pyspark/sql/tests.py
@@ -1259,6 +1259,7 @@ class HiveContextSQLTests(ReusedPySparkTestCase):
if __name__ == "__main__":
+ from pyspark.sql.tests import *
if xmlrunner:
unittest.main(testRunner=xmlrunner.XMLTestRunner(output='target/test-reports'))
else: