Skip to content

Commit 96089c8

Browse files
committed
Improve description in test module docstrings
1 parent d7b6b31 commit 96089c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/deprecation/test_compat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Tests for dynamic and static errors and warnings in GitPython's git.compat module.
1+
"""Tests for dynamic and static characteristics of git.compat module attributes.
22
33
These tests verify that the is_<platform> attributes are available, and are even listed
44
in the output of dir(), but issue warnings, and that bogus (misspelled or unrecognized)

test/deprecation/test_toplevel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Tests for dynamic and static errors and warnings in GitPython's top-level git module.
1+
"""Tests for dynamic and static characteristics of top-level git module attributes.
22
33
Provided mypy has ``warn_unused_ignores = true`` set, running mypy on these test cases
44
checks static typing of the code under test. This is the reason for the many separate

0 commit comments

Comments
 (0)