langflow/src/backend/tests/unit
Gabriel Luiz Freitas Almeida 7b5ba8e8f5
Revert "fix: Optimize Setting of Output Required Inputs" (#4404)
Revert "fix: Optimize Setting of Output Required Inputs (#4389)"

This reverts commit 7cc497aa52.
2024-11-05 15:55:48 +00:00
..
api feat: add dynamic outputs to Component (#4308) 2024-11-04 12:31:56 +00:00
base feature: add new playground events (#4280) 2024-11-04 23:58:16 +00:00
components refactor: update Ollama components to use langchain-ollama integration (#4369) 2024-11-04 13:00:15 +00:00
custom Revert "fix: Optimize Setting of Output Required Inputs" (#4404) 2024-11-05 15:55:48 +00:00
events feature: add new playground events (#4280) 2024-11-04 23:58:16 +00:00
exceptions ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
graph feature: add new playground events (#4280) 2024-11-04 23:58:16 +00:00
helpers ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
initial_setup test: add unit tests for routes (#4249) 2024-10-28 20:06:05 +00:00
inputs ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
io ref: Rename component modules to lower case (ruff N999) (#4220) 2024-10-22 16:46:32 +00:00
schema ref: Remove some get_event_loop calls (#4366) 2024-11-02 23:04:16 +01:00
services ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
utils ref: Add missing __init__.py files in tests (#4180) 2024-10-17 18:21:56 +00:00
__init__.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_api_key.py ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
test_chat_endpoint.py tests: Add performance benchmarks for database initialization and app startup (#4367) 2024-11-04 23:45:39 +00:00
test_cli.py refactor: remove unnecessary 'client' fixture and update test durations (#4283) 2024-10-27 14:16:45 +00:00
test_custom_component.py ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
test_custom_component_with_client.py refactor: Tool Output Management: Add Component-Specific Variable for Conditional Tool Output (#4259) 2024-10-23 22:44:00 +00:00
test_data_class.py ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00:00
test_data_components.py ref: Remove useless pytest.mark.asyncio (#4364) 2024-11-02 13:46:07 +00:00
test_database.py feat: Raise exception in tests when blocking code is called in event loop (#4293) 2024-11-02 17:03:31 +01:00
test_endpoints.py tests: Add performance benchmarks for database initialization and app startup (#4367) 2024-11-04 23:45:39 +00:00
test_experimental_components.py ref: Remove autouse from pytest client fixture (#4158) 2024-10-15 22:55:10 +00:00
test_files.py feat: Raise exception in tests when blocking code is called in event loop (#4293) 2024-11-02 17:03:31 +01:00
test_frontend_nodes.py ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00:00
test_helper_components.py ref: Rename component modules to lower case (ruff N999) (#4220) 2024-10-22 16:46:32 +00:00
test_initial_setup.py feat: Raise exception in tests when blocking code is called in event loop (#4293) 2024-11-02 17:03:31 +01:00
test_kubernetes_secrets.py ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
test_loading.py ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00:00
test_logger.py ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00:00
test_login.py ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00:00
test_messages.py ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
test_messages_endpoints.py ref: Make some functions that don't await non-async (RUF029) (#4368) 2024-11-03 17:42:06 +01:00
test_process.py feat: Raise exception in tests when blocking code is called in event loop (#4293) 2024-11-02 17:03:31 +01:00
test_schema.py ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
test_setup_superuser.py ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
test_telemetry.py ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00:00
test_template.py ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00:00
test_user.py ref: Make some functions that don't await non-async (RUF029) (#4368) 2024-11-03 17:42:06 +01:00
test_validate_code.py feat: Allow variables to be defined outside a Component (#4316) 2024-10-29 06:45:38 -07:00
test_version.py ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00:00
test_webhook.py ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00