object_based_docstore_approach #68

Merged
brian merged 64 commits from object_based_docstore_approach into main 2025-04-16 00:03:25 +02:00
Showing only changes of commit 77a3219f39 - Show all commits
@@ -34,7 +34,7 @@ random.seed(13)
# load local test environment variables
test_env_path = Path(__file__).parent.parent.parent.parent.parent / 'test.env'
if test_env_path.exists():
load_dotenv('test.env')
load_dotenv(test_env_path.as_posix())
# define test environment variables
env_var_map = {