Tests passing

This commit is contained in:
Dan Ryan
2017-09-08 17:01:15 -04:00
parent 0b1a278921
commit 11e5ba7dd2
+1 -1
View File
@@ -152,7 +152,7 @@ class TestPipenv():
pipfile_output = delegator.run('cat Pipfile').out
pipfile_list = pipfile_output.split('\n')
assert 'Werkzeug = "*"' in pipfile_list
assert 'werkzeug = "*"' in pipfile_list
assert 'pytest = "*"' in pipfile_list
assert '[packages]' in pipfile_list
assert '[dev-packages]' in pipfile_list