We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd6fdd commit d2e5401Copy full SHA for d2e5401
python/run-tests
@@ -54,6 +54,8 @@ run_test "pyspark/conf.py"
54
if [ -n "$_RUN_SQL_TESTS" ]; then
55
run_test "pyspark/sql.py"
56
fi
57
+# These tests are included in the module-level docs, and so must
58
+# be handled on a higher level rather than within the python file.
59
export PYSPARK_DOC_TEST=1
60
run_test "pyspark/broadcast.py"
61
run_test "pyspark/accumulators.py"
0 commit comments