mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix tests
This commit is contained in:
@@ -249,4 +249,4 @@ def test_pipenv_three(PipenvInstance):
|
||||
with PipenvInstance() as p:
|
||||
c = p.pipenv('--three')
|
||||
assert c.return_code == 0
|
||||
assert 'Successfully created virtual environment' in c.out
|
||||
assert 'Successfully created virtual environment' in c.err
|
||||
|
||||
Reference in New Issue
Block a user