There was an error while loading. Please reload this page.
1 parent d7b6b31 commit 96089c8Copy full SHA for 96089c8
2 files changed
test/deprecation/test_compat.py
@@ -1,4 +1,4 @@
1
-"""Tests for dynamic and static errors and warnings in GitPython's git.compat module.
+"""Tests for dynamic and static characteristics of git.compat module attributes.
2
3
These tests verify that the is_<platform> attributes are available, and are even listed
4
in the output of dir(), but issue warnings, and that bogus (misspelled or unrecognized)
test/deprecation/test_toplevel.py
-"""Tests for dynamic and static errors and warnings in GitPython's top-level git module.
+"""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
checks static typing of the code under test. This is the reason for the many separate
0 commit comments