We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f2cf2 commit be6c5b6Copy full SHA for be6c5b6
pylint_django/tests/test_func.py
@@ -99,7 +99,7 @@ def test_everything(test_file):
99
# copied from pylint.tests.test_functional.test_functional
100
lint_test = PylintDjangoLintModuleTest(test_file)
101
lint_test.setUp()
102
- lint_test._runTest()
+ lint_test.runTest()
103
104
105
# NOTE: define tests for the migrations checker!
0 commit comments