MemGPT/tests/conftest.py

6 lines
92 B
Python

import logging
def pytest_configure(config):
logging.basicConfig(level=logging.DEBUG)