langflow/src/backend/tests
Gabriel Luiz Freitas Almeida bf650ecec5
refactor: improve attribute compatibility and error messages (#3367)
* feat: Refactor how configuration attributes are handled in Component class.

* refactor: Update method name to handle singular and plural inputs.

* refactor: Add value validation for input and attribute assignment.

* test: Add test for setting invalid input in task component.

* fix: add param without underscore to inputs

* test(astra): Refactor AstraDB imports in test_astra_component (#3413)

* test(astra): Refactor AstraDB imports in test_astra_component

* fix: Add AstraVectorizeComponent to AstraDB tests.

* fix: Refactor custom component error message for setting parameter or attribute.

* test(astra): Refactor AstraDB imports in test_astra_component (#3413)

* test(astra): Refactor AstraDB imports in test_astra_component

* fix: Add AstraVectorizeComponent to AstraDB tests.

* chore: Refactor joining methods list in _set_parameter_or_attribute function.

* refactor: Refactor error message string formatting in Component class.
2024-08-21 12:34:15 +00:00
..
data feat: ui build in one single http request (#3020) 2024-08-02 06:53:34 -07:00
integration test(astra): Refactor AstraDB imports in test_astra_component (#3413) 2024-08-20 12:49:12 -07:00
locust refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
unit refactor: improve attribute compatibility and error messages (#3367) 2024-08-21 12:34:15 +00:00
.test_durations fix: update type to silence warning and memory chatbot json (#3265) 2024-08-09 16:01:25 +00:00
conftest.py feat: ui build in one single http request (#3020) 2024-08-02 06:53:34 -07:00
test_endpoints.py feat: add endpoint to get starter projects (#3370) 2024-08-19 15:32:17 -07:00
test_messages_endpoints.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_schema.py fix: update type extraction to extract inner types correctly (#3446) 2024-08-20 12:48:18 +00:00
test_user.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00
test_webhook.py refactor: move tests folder structure and update pytest commands (#2785) 2024-07-18 15:19:43 +00:00