mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
add missing decorator for test_venv_file_with_name
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user