Skip to content

Commit 627b8b4

Browse files
committed
Add a module docstring to tstrunner.py
It benefits from a docstring because it is not referenced in code or documentation, and its purpose is/was otherwise unclear. The docstring includes a reference to gitpython-developers#1188 for more information.
1 parent d7c13cb commit 627b8b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/tstrunner.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Hook for MonkeyType (see PR #1188)."""
2+
13
import unittest
24

35
loader = unittest.TestLoader()

0 commit comments

Comments
 (0)