From d2e540127eccbf2d3d2ca0919faf12e98408a29e Mon Sep 17 00:00:00 2001 From: Andrew Or Date: Wed, 11 Jun 2014 11:23:36 -0700 Subject: [PATCH] Explain why these tests are handled differently --- python/run-tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/run-tests b/python/run-tests index 55db67bb76029..9282aa47e8375 100755 --- a/python/run-tests +++ b/python/run-tests @@ -54,6 +54,8 @@ run_test "pyspark/conf.py" if [ -n "$_RUN_SQL_TESTS" ]; then run_test "pyspark/sql.py" fi +# These tests are included in the module-level docs, and so must +# be handled on a higher level rather than within the python file. export PYSPARK_DOC_TEST=1 run_test "pyspark/broadcast.py" run_test "pyspark/accumulators.py"