Reformat test file

This commit is contained in:
Bruno Alla 2020-05-12 10:24:25 +01:00
parent 09790ee8fb
commit 6f88fe6b4f

View File

@ -167,7 +167,9 @@ def test_black_passes(cookies, context_override):
result = cookies.bake(extra_context=context_override)
try:
sh.black("--check", "--diff", "--exclude", "migrations", _cwd=str(result.project))
sh.black(
"--check", "--diff", "--exclude", "migrations", _cwd=str(result.project)
)
except sh.ErrorReturnCode as e:
pytest.fail(e.stdout.decode())