From a2ec8cfaa4ca1eb40a26e162469b124897f35e1f Mon Sep 17 00:00:00 2001 From: czgdp1807 Date: Wed, 18 Mar 2020 01:20:39 +0530 Subject: [PATCH] made quality tests verbose --- pydatastructs/utils/tests/test_code_quality.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydatastructs/utils/tests/test_code_quality.py b/pydatastructs/utils/tests/test_code_quality.py index 74a6a5e82..b2277c9ee 100644 --- a/pydatastructs/utils/tests/test_code_quality.py +++ b/pydatastructs/utils/tests/test_code_quality.py @@ -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()