Skip to content

Commit 5aeeff9

Browse files
authored
made quality tests verbose (#169)
1 parent eea0cdc commit 5aeeff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/utils/tests/test_code_quality.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ def test_presence_of_tabs():
6868
if (line.find('\t') != -1):
6969
assert False, "Tab present at %s in %s. " \
7070
"Configure your editor to use " \
71-
"white spaces."
71+
"white spaces."%(line, file_path)
7272
file.close()

0 commit comments

Comments
 (0)