fix: Enhance tests and update NVIDIA Ingest installation instructions (#6753)
This commit is contained in:
parent
0886bdad16
commit
3940e8a94a
5 changed files with 10 additions and 11 deletions
|
|
@ -401,8 +401,9 @@ async def client_fixture(
|
|||
|
||||
|
||||
@pytest.fixture
|
||||
def runner():
|
||||
return CliRunner()
|
||||
def runner(tmp_path):
|
||||
env = {"LANGFLOW_DATABASE_URL": f"sqlite:///{tmp_path}/test.db"}
|
||||
return CliRunner(env=env)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue