Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7cd3aa9

Browse files
committed
Make test.performance.lib docstring more specific
To distinguish it from the more general test.lib as well as from the forthcoming test.deprecation.lib.
1 parent b51b080 commit 7cd3aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/performance/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This module is part of GitPython and is released under the
22
# 3-Clause BSD License: https://opensource.org/license/bsd-3-clause/
33

4-
"""Support library for tests."""
4+
"""Support library for performance tests."""
55

66
import logging
77
import os

0 commit comments

Comments
 (0)