Makedirs for integration test
This commit is contained in:
parent
c385783ba5
commit
2be1127996
1 changed files with 1 additions and 0 deletions
|
|
@ -5,4 +5,5 @@ import pytest
|
|||
|
||||
@pytest.fixture(autouse=True, scope="session")
|
||||
def copy_cognee_db_to_target_location():
|
||||
os.makedirs("cognee/.cognee_system/databases/")
|
||||
os.system("cp cognee/tests/integration/run_toy_tasks/data/cognee_db cognee/.cognee_system/databases/cognee_db")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue