summaryrefslogtreecommitdiff
path: root/tests/test_func.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/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