We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd479fb commit ba0c542Copy full SHA for ba0c542
tests/test.sh
@@ -84,12 +84,6 @@ test_virtualenvwrapper_verify_workon_home_missing_dir_grep_options() {
84
unset GREP_OPTIONS
85
}
86
87
-test_get_python_version() {
88
- expected=$(python -V 2>&1 | cut -f2 -d' ' | cut -f-2 -d.)
89
- actual=$(virtualenvwrapper_get_python_version)
90
- assertSame "$expected" "$actual"
91
-}
92
-
93
test_python_interpreter_set_incorrectly() {
94
return_to="$(pwd)"
95
cd "$WORKON_HOME"
0 commit comments