Github user mnazario commented on a diff in the pull request:
https://github.com/apache/spark/pull/6439#discussion_r31166980
--- Diff: python/run-tests ---
@@ -57,54 +57,54 @@ function run_test() {
function run_core_tests() {
echo "Run core tests ..."
- run_test "pyspark/rdd.py"
- run_test "pyspark/context.py"
- run_test "pyspark/conf.py"
- PYSPARK_DOC_TEST=1 run_test "pyspark/broadcast.py"
--- End diff --
I removed PYSPARK_DOC_TEST to make the doctests consistent with the other
pyspark tests since I was changing all of the other test names to modules
instead of filepaths.
The two doctests now have the appropriate main function which runs the
doctests for that module.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]