mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
add inspection for 'which python'
This commit is contained in:
@@ -208,6 +208,7 @@ pyver = "which python"
|
||||
f.write(contents)
|
||||
c = p.pipenv('scripts')
|
||||
assert 'pyver' in c.out
|
||||
assert 'which python' in c.out
|
||||
|
||||
|
||||
@pytest.mark.cli
|
||||
|
||||
Reference in New Issue
Block a user