Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
made quality tests verbose
  • Loading branch information
czgdp1807 committed Mar 17, 2020
commit a2ec8cfaa4ca1eb40a26e162469b124897f35e1f
2 changes: 1 addition & 1 deletion pydatastructs/utils/tests/test_code_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ def test_presence_of_tabs():
if (line.find('\t') != -1):
assert False, "Tab present at %s in %s. " \
"Configure your editor to use " \
"white spaces."
"white spaces."%(line, file_path)
file.close()