Files
8a8c013cd4513b07e936125a23188e7608f40d58
120 lines
3.5 KiB
Bash
120 lines
3.5 KiB
Bash
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,"
# 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,