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 4a675e3 commit 5b61cb5Copy full SHA for 5b61cb5
tests/test_mktmpenv.sh
@@ -23,6 +23,7 @@ test_mktmpenv_no_name() {
23
mktmpenv >/dev/null 2>&1
24
after=$(lsvirtualenv -b)
25
assertFalse "Environment was not created" "[ \"$before\" = \"$after\" ]"
26
+ assertSame "$VIRTUAL_ENV" "$(pwd)"
27
}
28
29
test_mktmpenv_name() {
0 commit comments