aboutsummaryrefslogblamecommitdiff
path: root/python/run-tests
blob: da9e24cb1ff8eb49ccd3c2e7a3acdd55b7526c29 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                           
#!/usr/bin/env bash

# Figure out where the Scala framework is installed
FWDIR="$(cd `dirname $0`; cd ../; pwd)"

$FWDIR/pyspark pyspark/rdd.py
$FWDIR/pyspark -m doctest pyspark/broadcast.py

# TODO: in the long-run, it would be nice to use a test runner like `nose`.