test: Add client fixture override for runnable vertices manager unit test. (#3430)
This commit is contained in:
parent
b588ac071a
commit
0e1155bb43
1 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,11 @@ import pytest
|
|||
from langflow.graph.graph.runnable_vertices_manager import RunnableVerticesManager
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def client():
|
||||
pass
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def data():
|
||||
run_map: defaultdict(list) = {"A": ["B", "C"], "B": ["D"], "C": ["D"], "D": []}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue