Fix flake8 errors: E231 missing whitespace after ','

This commit is contained in:
Joseph Frazier
2016-10-05 11:14:33 -04:00
parent 10d409e6e2
commit 283eb09c19
+1 -1
View File
@@ -45,5 +45,5 @@ def test_not_match(command):
'fab prepare_extension:version=2016 deploy:beta=true -H the.fuck'), 'fab prepare_extension:version=2016 deploy:beta=true -H the.fuck'),
]) ])
def test_get_new_command(script, result): def test_get_new_command(script, result):
command = Command(script, stdout,stderr) command = Command(script, stdout, stderr)
assert get_new_command(command) == result assert get_new_command(command) == result