Github user rxin commented on the pull request:
https://github.com/apache/spark/pull/6686#issuecomment-111738192
Python actually has this amazing way to run "doctests". That's what we
have been using:
http://pythontesting.net/framework/doctest/doctest-introduction/
Note that in order to run just the SQL tests, you can edit
python/run-tests, and comment out the non-sql ones, and then you can run
python/run-tests much faster (don't forget to run sbt assembly before that).
```
#run_core_tests
run_sql_tests
#run_mllib_tests
#run_ml_tests
#run_streaming_tests
```
---
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]