diff options
Diffstat (limited to 'tests/test_check_parallel.py')
-rw-r--r-- | tests/test_check_parallel.py | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tests/test_check_parallel.py b/tests/test_check_parallel.py index 5bc1a6f27..7011461b2 100644 --- a/tests/test_check_parallel.py +++ b/tests/test_check_parallel.py @@ -1,13 +1,8 @@ -"""Puts the check_parallel system under test.""" -# Copyright (c) 2020-2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> -# Copyright (c) 2020 Frank Harrison <frank@doublethefish.com> -# Copyright (c) 2021 Jaehoon Hwang <jaehoonhwang@users.noreply.github.com> -# Copyright (c) 2021 Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> -# Copyright (c) 2021 Julien Palard <julien@palard.fr> -# 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/main/LICENSE +# Copyright (c) https://github.com/PyCQA/pylint/graphs/contributors + +"""Puts the check_parallel system under test.""" # pylint: disable=protected-access,missing-function-docstring,no-self-use |