Reformat codes

This commit is contained in:
frostming
2019-09-06 16:07:54 +08:00
parent 3b9b717229
commit 7d36f3fbda
30 changed files with 126 additions and 173 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ def test_install_parse_error(PipenvInstance):
[dev-packages]
""".strip()
f.write(contents)
c = p.pipenv('install requests u/\\/p@r\$34b13+pkg')
c = p.pipenv('install requests u/\\/p@r\\$34b13+pkg')
assert c.return_code != 0
assert 'u/\\/p@r$34b13+pkg' not in p.pipfile['packages']