From 5bef7ed7369e1d6f93161607e01dc02bcd1720ab Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Thu, 28 Mar 2024 23:35:03 -0400 Subject: [PATCH] Add GitPython project top comments to new test modules --- test/deprecation/test_cmd_git.py | 3 +++ test/deprecation/test_compat.py | 3 +++ test/deprecation/test_toplevel.py | 3 +++ test/deprecation/test_types.py | 3 +++ 4 files changed, 12 insertions(+) diff --git a/test/deprecation/test_cmd_git.py b/test/deprecation/test_cmd_git.py index d312b8778..b15f219d8 100644 --- a/test/deprecation/test_cmd_git.py +++ b/test/deprecation/test_cmd_git.py @@ -1,3 +1,6 @@ +# This module is part of GitPython and is released under the +# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ + """Tests for static and dynamic characteristics of Git class and instance attributes. Currently this all relates to the deprecated :attr:`Git.USE_SHELL` class attribute, diff --git a/test/deprecation/test_compat.py b/test/deprecation/test_compat.py index 22f733083..2d7805e61 100644 --- a/test/deprecation/test_compat.py +++ b/test/deprecation/test_compat.py @@ -1,3 +1,6 @@ +# This module is part of GitPython and is released under the +# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ + """Tests for dynamic and static characteristics of git.compat module attributes. These tests verify that the is_ attributes are available, and are even listed diff --git a/test/deprecation/test_toplevel.py b/test/deprecation/test_toplevel.py index 54dc8e358..740408193 100644 --- a/test/deprecation/test_toplevel.py +++ b/test/deprecation/test_toplevel.py @@ -1,3 +1,6 @@ +# This module is part of GitPython and is released under the +# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ + """Tests for dynamic and static characteristics of top-level git module attributes. Provided mypy has ``warn_unused_ignores = true`` set, running mypy on these test cases diff --git a/test/deprecation/test_types.py b/test/deprecation/test_types.py index cd53fa210..f97375a85 100644 --- a/test/deprecation/test_types.py +++ b/test/deprecation/test_types.py @@ -1,3 +1,6 @@ +# This module is part of GitPython and is released under the +# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/ + """Tests for dynamic and static characteristics of git.types module attributes.""" import sys