Skip to content

Commit

Permalink
Print generated Pipfile during test to help debug failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
christek91 committed Nov 16, 2018
1 parent ad6ce2d commit e39b05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_install_twists.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ def test_multiple_editable_packages_should_not_race(PipenvInstance, pypi, tmpdir
pipfile_string += '"{0}" = {{path = "{1}", editable = true}}\n'.format(pkg_name, unzip_path.strpath)

with PipenvInstance(pypi=pypi, chdir=True) as p:
print(pipfile_string)
with open(p.pipfile_path, 'w') as f:
f.write(pipfile_string.strip())

Expand Down

0 comments on commit e39b05f

Please sign in to comment.