Skip to content

Commit 5bef7ed

Browse files
committed
Add GitPython project top comments to new test modules
1 parent 84bf2ca commit 5bef7ed

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

test/deprecation/test_cmd_git.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This module is part of GitPython and is released under the
2+
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
3+
14
"""Tests for static and dynamic characteristics of Git class and instance attributes.
25
36
Currently this all relates to the deprecated :attr:`Git.USE_SHELL` class attribute,

test/deprecation/test_compat.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This module is part of GitPython and is released under the
2+
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
3+
14
"""Tests for dynamic and static characteristics of git.compat module attributes.
25
36
These tests verify that the is_<platform> attributes are available, and are even listed

test/deprecation/test_toplevel.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This module is part of GitPython and is released under the
2+
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
3+
14
"""Tests for dynamic and static characteristics of top-level git module attributes.
25
36
Provided mypy has ``warn_unused_ignores = true`` set, running mypy on these test cases

test/deprecation/test_types.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This module is part of GitPython and is released under the
2+
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
3+
14
"""Tests for dynamic and static characteristics of git.types module attributes."""
25

36
import sys

0 commit comments

Comments
 (0)