summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-11-14 15:27:54 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-11-28 16:09:53 +0100
commita9f0b115f1e7d547a1915a6d577753651c4d2a16 (patch)
tree28fafc5661b520890a04cd167004053b18c0c8d2
parent0e47e3fcfb00a0f592b782d7d4ca29a9d3f5c742 (diff)
downloadpylint-git-a9f0b115f1e7d547a1915a6d577753651c4d2a16.tar.gz
Remove dead code commented in test_func.py
-rw-r--r--tests/test_func.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test_func.py b/tests/test_func.py
index dd3a1bc63..8f31a0791 100644
--- a/tests/test_func.py
+++ b/tests/test_func.py
@@ -53,10 +53,6 @@ class LintTestUsingModule:
output = None
_TEST_TYPE = "module"
- # def runTest(self):
- # # This is a hack to make ./test/test_func.py work under pytest.
- # pass
-
def _test_functionality(self):
tocheck = [self.package + "." + self.module]
# pylint: disable=not-an-iterable; can't handle boolean checks for now