Merge pull request #3 from GlenRSmith/dev_test_output

add inspection for 'which python'
This commit is contained in:
Glen Smith
2020-09-03 09:07:10 -06:00
committed by GitHub
+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