diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2021-02-15 20:18:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 20:18:18 +0100 |
commit | 0f97f79c0aa50ed0506c09db729f906450b37652 (patch) | |
tree | 5998d07aee160b6ae6b687e3cd12606d73235d09 /tests/unittest_python3.py | |
parent | 6189473d344dbffd72ff65d7bb7fd04351caedaf (diff) | |
parent | 636d0f56d7f84b950949808b31b6f316645f41eb (diff) | |
download | astroid-git-0f97f79c0aa50ed0506c09db729f906450b37652.tar.gz |
Merge pull request #894 from hippo91/astroid_2.5_testastroid-2.5
Astroid 2.5 test
Diffstat (limited to 'tests/unittest_python3.py')
-rw-r--r-- | tests/unittest_python3.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unittest_python3.py b/tests/unittest_python3.py index 7b784427..8d6eb7bf 100644 --- a/tests/unittest_python3.py +++ b/tests/unittest_python3.py @@ -8,6 +8,8 @@ # Copyright (c) 2017, 2019 Ćukasz Rogalski <rogalski.91@gmail.com> # Copyright (c) 2017 Hugo <hugovk@users.noreply.github.com> # Copyright (c) 2019 Ashley Whetter <ashley@awhetter.co.uk> +# Copyright (c) 2020 David Gilman <davidgilman1@gmail.com> +# Copyright (c) 2020 hippo91 <guillaume.peillex@gmail.com> # Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html # For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER |