langflow/src/backend/tests/unit
Nicolò Boschi 96872f3aa5
chore: refactor and add components integration tests (#3607)
* improve inegration tests

* add fixes

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-09-02 15:21:47 +02:00
..
api feat: centralize global variable management (#3284) 2024-08-13 13:32:57 +00:00
base/tools feat: add ComponentTool to support converting Component to Tool (#3412) 2024-08-19 10:05:59 -07:00
components fix(ollama): resolve model list loading issue and add Pytest for component testing (#3575) 2024-08-27 19:21:06 -04:00
custom feat: allow passing a Component to the set method (#3597) 2024-08-28 12:31:14 -07:00
exceptions feat: Add suggestion message to API exception response (#3149) 2024-08-07 15:26:24 +00:00
graph chore: refactor and add components integration tests (#3607) 2024-09-02 15:21:47 +02:00
initial_setup/starter_projects chore: refactor and add components integration tests (#3607) 2024-09-02 15:21:47 +02:00
inputs fix: update type to silence warning and memory chatbot json (#3265) 2024-08-09 16:01:25 +00:00
io style: Fix type comparison issues in codebase (#3606) 2024-08-29 11:48:15 +00:00
schema fix: update message reload and update langchain-core (#3054) 2024-07-30 13:54:51 +00:00
services/variable feat: add functions to detect cycles in Graph (#3327) 2024-08-14 16:14:56 +00:00
utils bugfix: parse password on db connection string when it has @ on It (#3173) 2024-08-05 09:15:33 -03: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 refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_chat_endpoint.py feat: ui build in one single http request (#3020) 2024-08-02 06:53:34 -07:00
test_cli.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_custom_component.py refactor: change typing annotations in tests folder (#3594) 2024-08-28 19:45:19 +00:00
test_custom_component_with_client.py feat: start using dev mode flag and add exception filter in logger (#3260) 2024-08-09 13:59:49 +00:00
test_data_class.py refactor: add fixtures for client in test files to speed them up (#3490) 2024-08-22 12:08:47 -07:00
test_data_components.py feat: add starter project graphs (#3369) 2024-08-16 12:47:19 -07:00
test_database.py chore: improve db session access (#3138) 2024-08-30 14:03:29 -07:00
test_endpoints.py chore: refactor and add components integration tests (#3607) 2024-09-02 15:21:47 +02:00
test_experimental_components.py refactor: add fixtures for client in test files to speed them up (#3490) 2024-08-22 12:08:47 -07:00
test_files.py fix: improve file name generation in upload_file function to prevent files with the same name (#3550) 2024-08-26 18:35:19 +00:00
test_frontend_nodes.py refactor: add fixtures for client in test files to speed them up (#3490) 2024-08-22 12:08:47 -07:00
test_helper_components.py refactor: change typing annotations in tests folder (#3594) 2024-08-28 19:45:19 +00:00
test_initial_setup.py fix: starter projects refresh don't add new fields (#3110) 2024-07-31 13:43:00 +00:00
test_kubernetes_secrets.py refactor: change typing annotations in tests folder (#3594) 2024-08-28 19:45:19 +00:00
test_loading.py refactor: add fixtures for client in test files to speed them up (#3490) 2024-08-22 12:08:47 -07:00
test_logger.py refactor: add fixtures for client in test files to speed them up (#3490) 2024-08-22 12:08:47 -07:00
test_login.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_messages.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_messages_endpoints.py chore: refactor and add components integration tests (#3607) 2024-09-02 15:21:47 +02:00
test_process.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_schema.py chore: refactor and add components integration tests (#3607) 2024-09-02 15:21:47 +02:00
test_setup_superuser.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_telemetry.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_template.py refactor: change typing annotations in tests folder (#3594) 2024-08-28 19:45:19 +00:00
test_user.py chore: refactor and add components integration tests (#3607) 2024-09-02 15:21:47 +02:00
test_validate_code.py refactor: add fixtures for client in test files to speed them up (#3490) 2024-08-22 12:08:47 -07:00
test_version.py feat: expose main_version on /version endpoint (#2944) 2024-07-26 13:56:18 +02:00
test_webhook.py chore: refactor and add components integration tests (#3607) 2024-09-02 15:21:47 +02:00