summaryrefslogtreecommitdiff
path: root/tests/test_regr.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-26 14:18:03 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-04-26 15:18:01 +0200
commit1e0a6b85d6cd8c4f8de195111fc11685764c296b (patch)
tree31328209bf502ec19fdc18fbee56e00a7d500bf5 /tests/test_regr.py
parent05c48bfb5fe81e937082536c6b883d5951549f3e (diff)
downloadpylint-git-1e0a6b85d6cd8c4f8de195111fc11685764c296b.tar.gz
[lint package refactor] Create a file for pylinter
Diffstat (limited to 'tests/test_regr.py')
-rw-r--r--tests/test_regr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_regr.py b/tests/test_regr.py
index 727b96a75..7c54bb888 100644
--- a/tests/test_regr.py
+++ b/tests/test_regr.py
@@ -118,7 +118,7 @@ def test_check_package___init__(finalize_linter):
def test_pylint_config_attr():
- mod = astroid.MANAGER.ast_from_module_name("pylint.lint")
+ mod = astroid.MANAGER.ast_from_module_name("pylint.lint.pylinter")
pylinter = mod["PyLinter"]
expect = [
"OptionsManagerMixIn",