Files
1963e6bfd9bd2d4bbecf1edb4e8021e15f4086cc
177 lines
5.4 KiB
Bash
177 lines
5.4 KiB
Bash
echo " -r, --recreate-db Recreate the test database (deprecated, as this is now the default)."
echo " -f, --force Force a clean re-build of the virtual environment. Useful when dependencies have been added."
echo " --hide-elapsed Don't print the elapsed time for each test along with slow test list"
echo "Note: with no options specified, the script will try to run the tests in a virtual environment,"
with_venv=tools/with_venv.sh
# If we get some short import error right away, print the error log directly
fi
# NOTE(sirp): we only want to run pep8 when we're running the full-test suite,