Skip to content

Commit

Permalink
more error reporting info
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson committed Jun 28, 2019
1 parent 4b2d139 commit c02d492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_install(cookies, dash_duo):

for path in expected_files:
path_str = str(results.project.join(*path))
assert os.path.exists(path_str)
assert os.path.exists(path_str), path_str

node_modules = str(results.project.join('node_modules'))

Expand Down

0 comments on commit c02d492

Please sign in to comment.