← 返回首页
Make test.performance.lib docstring more specific · gitpython-developers/GitPython@7cd3aa9 · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎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)

Footer

© 2026 GitHub, Inc.