Restore whitespace changes

This commit is contained in:
Patrick Lannigan 2023-11-18 07:29:26 -05:00
parent b91a467040
commit 59e39c8ac9
No known key found for this signature in database
GPG Key ID: BBF5D9DED1E4AAF9
2 changed files with 2 additions and 0 deletions

View File

@ -999,6 +999,7 @@ Stash
:show-inheritance:
:members:
Global Variables
----------------

View File

@ -10,6 +10,7 @@ from _pytest.assertion import util
from _pytest.config import Config
from _pytest.nodes import Item
DEFAULT_MAX_LINES = 8
DEFAULT_MAX_CHARS = 8 * 80
USAGE_MSG = "use '-vv' to show"