langflow/src/backend/tests/integration/conftest.py
Christophe Bornet 047077cee4
ref: Remove autouse from pytest client fixture (#4158)
Remove autouse from pytest client fixture
2024-10-15 22:55:10 +00:00

6 lines
79 B
Python

import pytest
@pytest.fixture(autouse=True)
def _start_app(client):
pass