minor: whitespace

This commit is contained in:
Daniel Hahler 2019-03-24 11:20:24 +01:00
parent d44e42ec15
commit 7da7b9610c
2 changed files with 1 additions and 1 deletions

View File

@ -54,6 +54,7 @@ def test_root_logger_affected(testdir):
"""
import logging
logger = logging.getLogger()
def test_foo():
logger.info('info text ' + 'going to logger')
logger.warning('warning text ' + 'going to logger')

View File

@ -660,7 +660,6 @@ class TestTerminalFunctional(object):
)
def test_verbose_reporting(self, verbose_testfile, testdir, pytestconfig):
result = testdir.runpytest(
verbose_testfile, "-v", "-Walways::pytest.PytestWarning"
)