Files
basicmachines-co-basic-memory/tests/__init__.py
T
2025-02-19 20:22:01 -06:00

5 lines
141 B
Python

import os
# set config.env to "test" for pytest to prevent logging to file in utils.setup_logging()
os.environ["BASIC_MEMORY_ENV"] = "test"