removing unneeded pew test

This commit is contained in:
Nate Prewitt
2017-02-11 15:34:40 -07:00
parent 32d9d88c05
commit 4f9d27aba6
-4
View File
@@ -10,10 +10,6 @@ class TestProject():
assert proj.pipfile_exists
assert proj.virtualenv_exists
def test_pew_by_default(self):
proj = pipenv.project.Project()
assert proj.virtualenv_location.endswith('.local/share/virtualenvs/pipenv')
def test_proper_names(self):
proj = pipenv.project.Project()
assert proj.virtualenv_location in proj.proper_names_location