We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b629da4 commit 0061d9bCopy full SHA for 0061d9b
2 files changed
_pytest/assertion/__init__.py
@@ -2,7 +2,6 @@
2
support for presenting detailed information in failing assertions.
3
"""
4
import py
5
-import os
6
import sys
7
8
from _pytest.assertion import util
testing/test_assertion.py
@@ -579,7 +579,7 @@ class TestTruncateExplanation:
579
580
# The number of lines in the truncation explanation message. Used
581
# to calculate that results have the expected length.
582
- LINES_IN_TRUNCATION_MSG = 2
+ LINES_IN_TRUNCATION_MSG = 2
583
584
def test_doesnt_truncate_when_input_is_empty_list(self):
585
expl = []
0 commit comments