mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
5 lines
141 B
Python
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"
|