add inspection for 'which python'

This commit is contained in:
Glen Smith
2020-09-03 09:04:46 -06:00
parent 85e5f6067c
commit 243e300517
+1
View File
@@ -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