Skip to content

Commit

Permalink
Add GitPython project top comments to new test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Mar 29, 2024
1 parent 84bf2ca commit 5bef7ed
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/deprecation/test_cmd_git.py
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
3 changes: 3 additions & 0 deletions test/deprecation/test_compat.py
Original file line number Diff line number Diff line change
@@ -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_<platform> attributes are available, and are even listed
Expand Down
3 changes: 3 additions & 0 deletions test/deprecation/test_toplevel.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions test/deprecation/test_types.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5bef7ed

Please sign in to comment.