diff --git a/tests/integration/test_cli.py b/tests/integration/test_cli.py index 5f31a5dd..f87a3723 100644 --- a/tests/integration/test_cli.py +++ b/tests/integration/test_cli.py @@ -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