Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5bef7ed

Browse files
committed
Add GitPython project top comments to new test modules
1 parent84bf2ca commit5bef7ed

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

‎test/deprecation/test_cmd_git.py

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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

Lines changed: 3 additions & 0 deletions
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
importsys

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp