langflow/src/backend/tests/unit
Christophe Bornet 6e39dedaae
ref: Rename component modules to lower case (ruff N999) (#4220)
* Rename component modules to lower case (ruff N999)

* git rename workaround (1/2)

* git rename workaround (2/2)

* Rollback changes on schema __init__

* Fix tests
2024-10-22 16:46:32 +00:00
..
api ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
base ref: Rename component modules to lower case (ruff N999) (#4220) 2024-10-22 16:46:32 +00:00
components ref: Rename component modules to lower case (ruff N999) (#4220) 2024-10-22 16:46:32 +00:00
custom ref: Rename component modules to lower case (ruff N999) (#4220) 2024-10-22 16:46:32 +00:00
events ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
exceptions ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
graph ref: Rename component modules to lower case (ruff N999) (#4220) 2024-10-22 16:46:32 +00:00
helpers ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
initial_setup ref: Rename component modules to lower case (ruff N999) (#4220) 2024-10-22 16:46:32 +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: Add missing __init__.py files in tests (#4180) 2024-10-17 18:21:56 +00: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 ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00:00
test_cli.py fix: Fix some tests missing client fixture (#4213) 2024-10-19 21:00:47 +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 ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +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: Rename component modules to lower case (ruff N999) (#4220) 2024-10-22 16:46:32 +00:00
test_database.py feat: pagination improvements + tests (#4163) 2024-10-20 14:04:26 -03:00
test_endpoints.py ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +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 ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00: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 ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00: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: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
test_process.py ref: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00: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: Add ALL ruff rules for tests (#4183) 2024-10-19 20:41:37 +00:00
test_validate_code.py ref: Auto-fix ruff rules in tests (#4154) 2024-10-16 15:42:36 +00: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