Skip to content

Commit a258df5

Browse files
committed
Fixing naming in tests
Signed-off-by: Jason Myers <[email protected]>
1 parent f542ccb commit a258df5

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ lib
3434
syntax: re
3535
.DS_Store
3636
^web/
37+
.python-version
38+
.eggs

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
# ones.
2828
extensions = ['sphinxcontrib.bitbucket']
2929

30-
bitbucket_project_url = 'https://bitbucket.org/virtualenvwrapper/virtualenvwrapper/'
30+
bitbucket_project_url = 'https://bitbucket.org/virtualenvwrapper/virtualenvw' \
31+
'rapper/'
3132

3233
# Add any paths that contain templates here, relative to this directory.
3334
# templates_path = ['pkg/templates']

tests/test_lazy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ test_mktmpenv_defined_lazy() {
9696
function_defined_lazy mktmpenv
9797
}
9898

99-
test_mktmpenv_defined_lazy() {
99+
test_wipeenv_defined_lazy() {
100100
function_defined_lazy wipeenv
101101
}
102102

103-
test_mktmpenv_defined_lazy() {
103+
test_allvirtualenv_defined_lazy() {
104104
function_defined_lazy allvirtualenv
105105
}
106106

tests/test_lazy_loaded.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ test_mktmpenv_defined_normal() {
8888
function_defined_normal mktmpenv
8989
}
9090

91-
test_mktmpenv_defined_normal() {
91+
test_wipeenv_defined_normal() {
9292
function_defined_normal wipeenv
9393
}
9494

95-
test_mktmpenv_defined_normal() {
95+
test_allvirtualenv_defined_normal() {
9696
function_defined_normal allvirtualenv
9797
}
9898

0 commit comments

Comments
 (0)