Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Sep 7, 2022
1 parent 05a956f commit 52f10ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lint/unittest_lint.py
Expand Up @@ -1098,7 +1098,7 @@ def test_recursive_ignore(ignore_parameter: str, ignore_parameter_value: str) ->


def test_relative_imports(initialized_linter: PyLinter) -> None:
"""Regression test for https://GitHub.com/PyCQA/pylint/issues/3651"""
"""Regression test for https://github.com/PyCQA/pylint/issues/3651"""
linter = initialized_linter
with tempdir() as tmpdir:
create_files(["x/y/__init__.py", "x/y/one.py", "x/y/two.py"], tmpdir)
Expand Down Expand Up @@ -1151,7 +1151,7 @@ def test_import_sibling_module_from_namespace(initialized_linter: PyLinter) -> N


def test_lint_namespace_package_under_dir(initialized_linter: PyLinter) -> None:
"""Regression test for https://GitHub.com/PyCQA/pylint/issues/1667"""
"""Regression test for https://github.com/PyCQA/pylint/issues/1667"""
linter = initialized_linter
with tempdir():
create_files(["outer/namespace/__init__.py", "outer/namespace/module.py"])
Expand Down

0 comments on commit 52f10ef

Please sign in to comment.