Skip to content

Commit 7da7b96

Browse files
committed
minor: whitespace
1 parent d44e42e commit 7da7b96

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

testing/logging/test_reporting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def test_root_logger_affected(testdir):
5454
"""
5555
import logging
5656
logger = logging.getLogger()
57+
5758
def test_foo():
5859
logger.info('info text ' + 'going to logger')
5960
logger.warning('warning text ' + 'going to logger')

testing/test_terminal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ def check(x):
660660
)
661661

662662
def test_verbose_reporting(self, verbose_testfile, testdir, pytestconfig):
663-
664663
result = testdir.runpytest(
665664
verbose_testfile, "-v", "-Walways::pytest.PytestWarning"
666665
)

0 commit comments

Comments
 (0)