Adapt (logging) unittest

This commit is contained in:
Thomas Hisch 2017-09-13 15:08:31 +02:00
parent a8e3effb6c
commit 1ba219e0da
1 changed files with 0 additions and 2 deletions

View File

@ -346,8 +346,6 @@ class TestLoggingInteraction(object):
p = testdir.makepyfile("""
import sys
def test_something():
# pytest does not import logging
assert 'logging' not in sys.modules
import logging
logging.basicConfig()
logging.warn("hello432")