cp cognee_db for integration test
This commit is contained in:
parent
adbf3df4e0
commit
e6bdb6703a
3 changed files with 1 additions and 10 deletions
|
|
@ -5,6 +5,4 @@ import pytest
|
|||
|
||||
@pytest.fixture(autouse=True, scope="session")
|
||||
def copy_cognee_db_to_target_location():
|
||||
|
||||
os.system
|
||||
yield
|
||||
os.system("cp cognee/tests/integration/run_toy_tasks/data/cognee_db cognee/.cognee_system/databases/cognee_db")
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
import os
|
||||
import pytest
|
||||
|
||||
@pytest.fixture(autouse=True, scope="session")
|
||||
def copy_cognee_db_to_target_location():
|
||||
os.system("mv cognee/tests/integration/run_toy_tasks/data/cognee_db cognee/.cognee_system/databases")
|
||||
Loading…
Add table
Reference in a new issue