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 aaf59c5 commit 27f3b4cCopy full SHA for 27f3b4c
tests/test_mkvirtualenv.sh
@@ -56,6 +56,7 @@ GLOBAL postmkvirtualenv"
56
test_no_virtualenv () {
57
old_path="$PATH"
58
PATH="/usr/bin:/bin:/usr/sbin:/sbin"
59
+ assertFalse "Found virtualenv in $(which virtualenv)" "which virtualenv"
60
mkvirtualenv should_not_be_created 2>/dev/null
61
RC=$?
62
# Restore the path before testing because
0 commit comments