Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7cd3aa9

Browse files
committedMar 30, 2024
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)
Please sign in to comment.