aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/streaming/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/streaming/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/streaming/tests.py')
-rw-r--r--python/pyspark/streaming/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pyspark/streaming/tests.py b/python/pyspark/streaming/tests.py
index 86b05d9fd2..24b812615c 100644
--- a/python/pyspark/streaming/tests.py
+++ b/python/pyspark/streaming/tests.py
@@ -1635,6 +1635,7 @@ kinesis_test_environ_var = "ENABLE_KINESIS_TESTS"
are_kinesis_tests_enabled = os.environ.get(kinesis_test_environ_var) == '1'
if __name__ == "__main__":
+ from pyspark.streaming.tests import *
kafka_assembly_jar = search_kafka_assembly_jar()
flume_assembly_jar = search_flume_assembly_jar()
mqtt_assembly_jar = search_mqtt_assembly_jar()