ref: Remove autouse from pytest client fixture (#4158)
Remove autouse from pytest client fixture
This commit is contained in:
parent
2be7c56939
commit
047077cee4
41 changed files with 17 additions and 190 deletions
|
|
@ -7,11 +7,6 @@ from requests.exceptions import MissingSchema
|
|||
from langflow.utils.validate import create_function, execute_function, extract_function_name, validate_code
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def client():
|
||||
pass
|
||||
|
||||
|
||||
def test_create_function():
|
||||
code = """
|
||||
from pathlib import Path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue