Skip to content

Commit 54fa461

Browse files
pb8odianpopa
authored andcommitted
If black fails, add diff output
Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 5c5f3bb commit 54fa461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/style/test_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def test_python_style():
1212
@type: style
1313
"""
1414
# Runs command
15-
utils.run_cmd("black . --check")
15+
utils.run_cmd("black . --check --diff")

0 commit comments

Comments
 (0)