refactor: add fixtures for client in test files to speed them up (#3490)
refactor: Add fixtures for client in test files to speed them up
This commit is contained in:
parent
091baf7f33
commit
6d048b2d2c
9 changed files with 44 additions and 50 deletions
|
|
@ -6,6 +6,11 @@ from langflow.utils.util import build_template_from_function, get_base_classes,
|
|||
from pydantic import BaseModel
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def client():
|
||||
pass
|
||||
|
||||
|
||||
# Dummy classes for testing purposes
|
||||
class Parent(BaseModel):
|
||||
"""Parent Class"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue