add missing decorator for test_venv_file_with_name

This commit is contained in:
MarkKoz
2018-08-06 12:31:58 -07:00
parent 4844a0b7a1
commit 1fa14eaffd
+1
View File
@@ -42,6 +42,7 @@ def test_reuse_previous_venv(PipenvInstance, pypi):
assert normalize_drive(p.path) in p.pipenv('--venv').out
@pytest.mark.dotvenv
def test_venv_file_with_name(PipenvInstance, pypi):
"""Tests virtualenv creation & package installation when a .venv file exists
at the project root.