summaryrefslogtreecommitdiff
path: root/tests/input
diff options
context:
space:
mode:
author谭九鼎 <109224573@qq.com>2020-06-11 14:25:03 +0800
committerGitHub <noreply@github.com>2020-06-11 08:25:03 +0200
commit201daa6f77a6ea2c630629cb7a944f341b46a454 (patch)
tree0a8c16577a684d8956ff7aac1f2f60346b590606 /tests/input
parent2a883cbc4361603c720addae6d9420e8a156e313 (diff)
downloadpylint-git-201daa6f77a6ea2c630629cb7a944f341b46a454.tar.gz
Chore: use https links (#3679)
Diffstat (limited to 'tests/input')
-rw-r--r--tests/input/func_module___dict__.py2
-rw-r--r--tests/input/func_noerror_e1101_9588_base_attr_aug_assign.py2
-rw-r--r--tests/input/func_noerror_yield_assign_py25.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/input/func_module___dict__.py b/tests/input/func_module___dict__.py
index 54514224a..612080fb8 100644
--- a/tests/input/func_module___dict__.py
+++ b/tests/input/func_module___dict__.py
@@ -1,4 +1,4 @@
-"""http://www.logilab.org/ticket/6949."""
+"""https://www.logilab.org/ticket/6949."""
from __future__ import print_function
__revision__ = None
diff --git a/tests/input/func_noerror_e1101_9588_base_attr_aug_assign.py b/tests/input/func_noerror_e1101_9588_base_attr_aug_assign.py
index 14be39853..11472010c 100644
--- a/tests/input/func_noerror_e1101_9588_base_attr_aug_assign.py
+++ b/tests/input/func_noerror_e1101_9588_base_attr_aug_assign.py
@@ -5,7 +5,7 @@ False positive case of E1101:
The error is triggered when the attribute set in the base class is
modified with augmented assignment in a derived class.
-http://www.logilab.org/ticket/9588
+https://www.logilab.org/ticket/9588
"""
__revision__ = 0
diff --git a/tests/input/func_noerror_yield_assign_py25.py b/tests/input/func_noerror_yield_assign_py25.py
index f40d8d96e..6a5ae00b2 100644
--- a/tests/input/func_noerror_yield_assign_py25.py
+++ b/tests/input/func_noerror_yield_assign_py25.py
@@ -1,4 +1,4 @@
-"""http://www.logilab.org/ticket/8771"""
+"""https://www.logilab.org/ticket/8771"""
from __future__ import print_function