Files
98953b79099d5c64050bace9aa52fcbfa0e21325
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,