Files
e20444542af9136c330d1cf469eb0e065860ded1
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 " --show-elapsed Print elapsed time in seconds for tests along with slowest tests"
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,