6 lines
92 B
Python
6 lines
92 B
Python
import logging
|
|
|
|
|
|
def pytest_configure(config):
|
|
logging.basicConfig(level=logging.DEBUG)
|