Skip to content
Snippets Groups Projects
Commit d7434370 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Include the Black output in the assertion failure too.

parent a294ad1b
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ def test_code_is_black_clean():
# Display diff in "captured stdout call"
print(output)
assert len(output) == 0
assert len(output) == 0, output
def test_does_not_add_new_test_files():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment