File tree 4 files changed +12
-0
lines changed
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
4
"""Tests for static and dynamic characteristics of Git class and instance attributes.
2
5
3
6
Currently this all relates to the deprecated :attr:`Git.USE_SHELL` class attribute,
Original file line number Diff line number Diff line change
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
+
1
4
"""Tests for dynamic and static characteristics of git.compat module attributes.
2
5
3
6
These tests verify that the is_<platform> attributes are available, and are even listed
Original file line number Diff line number Diff line change
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
+
1
4
"""Tests for dynamic and static characteristics of top-level git module attributes.
2
5
3
6
Provided mypy has ``warn_unused_ignores = true`` set, running mypy on these test cases
Original file line number Diff line number Diff line change
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
+
1
4
"""Tests for dynamic and static characteristics of git.types module attributes."""
2
5
3
6
import sys
You can’t perform that action at this time.
0 commit comments