Files
b2f4c901b6f26cf3d31b29eef7222338179afa3c
233 lines
6.9 KiB
Bash
233 lines
6.9 KiB
Bash
echo " -f, --force Force a clean re-build of the virtual environment. Useful when dependencies have been added."
echo " --concurrency <concurrency> How many processes to use when running the tests. A value of 0 autodetects concurrency from your CPU count"
echo "Note: with no options specified, the script will try to run the tests in a virtual environment,"
with_venv=tools/with_venv.sh
fi
# NOTE(sirp): we only want to run pep8 when we're running the full-test suite,