diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-03-29 20:59:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 20:59:59 +0200 |
commit | 13dae7c5c6d16281f1415c88f845548d6cd9c823 (patch) | |
tree | 8596830a21c158f7cfaf1310141980508be94403 /tests | |
parent | a37c643d54ea33285e4c916a296784593af0130c (diff) | |
download | pylint-git-13dae7c5c6d16281f1415c88f845548d6cd9c823.tar.gz |
Prepare 2.7.3 release (#4261)pylint-2.7.32.7
Diffstat (limited to 'tests')
-rw-r--r-- | tests/checkers/unittest_classes.py | 1 | ||||
-rw-r--r-- | tests/test_functional.py | 1 | ||||
-rw-r--r-- | tests/test_import_graph.py | 1 | ||||
-rw-r--r-- | tests/unittest_pyreverse_writer.py | 1 | ||||
-rw-r--r-- | tests/utils/unittest_utils.py | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/tests/checkers/unittest_classes.py b/tests/checkers/unittest_classes.py index 4cf0a6cb1..daec6217b 100644 --- a/tests/checkers/unittest_classes.py +++ b/tests/checkers/unittest_classes.py @@ -8,6 +8,7 @@ # Copyright (c) 2019-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2019-2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2021 tiagohonorato <61059243+tiagohonorato@users.noreply.github.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING diff --git a/tests/test_functional.py b/tests/test_functional.py index 18706f4f2..806c273bd 100644 --- a/tests/test_functional.py +++ b/tests/test_functional.py @@ -15,6 +15,7 @@ # Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> # Copyright (c) 2020 bernie gray <bfgray3@users.noreply.github.com> +# Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING diff --git a/tests/test_import_graph.py b/tests/test_import_graph.py index b918d3b29..7afec3e08 100644 --- a/tests/test_import_graph.py +++ b/tests/test_import_graph.py @@ -10,6 +10,7 @@ # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> # Copyright (c) 2020 Frank Harrison <frank@doublethefish.com> +# Copyright (c) 2021 Andrew Howe <howeaj@users.noreply.github.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING diff --git a/tests/unittest_pyreverse_writer.py b/tests/unittest_pyreverse_writer.py index e10e1599f..22fc27978 100644 --- a/tests/unittest_pyreverse_writer.py +++ b/tests/unittest_pyreverse_writer.py @@ -9,6 +9,7 @@ # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> +# Copyright (c) 2021 Mark Byrne <mbyrnepr2@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING diff --git a/tests/utils/unittest_utils.py b/tests/utils/unittest_utils.py index 1887af466..ff851c31c 100644 --- a/tests/utils/unittest_utils.py +++ b/tests/utils/unittest_utils.py @@ -11,6 +11,7 @@ # Copyright (c) 2017 ttenhoeve-aa <ttenhoeve@appannie.com> # Copyright (c) 2017 Ćukasz Rogalski <rogalski.91@gmail.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2020 Peter Kolbus <peter.kolbus@gmail.com> # Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |