Skip to content

Commit

Permalink
Explain why these tests are handled differently
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Jun 11, 2014
1 parent 0bd6fdd commit d2e5401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d2e5401

Please sign in to comment.