langflow/tests
Ítalo Johnny aa1958a4ad
feat: refactor graph vertex sorting (#2583)
* refactor: extract method from class to new func

* test: add new tests

* refactor: simplify funcs to improve readability

* refactor: extract new func from larger func

* refactor: remove recursion from func

* refactor: remove coupling with graph and vertex

* refactor: create adapter funcs to use new code

* refactor: add test for sorting up to vertex N with is_start=True

---------

Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
2024-07-10 07:37:39 -07:00
..
data test(test_webhook): change component in webhook test to be async (#2578) 2024-07-08 09:38:22 -07:00
integration tests: fix up the astra integ tests and add vectorize tests (#2616) 2024-07-10 11:32:34 +02:00
locust Reapply "Refactor state management to use Zustand, migrate components to CustomComponent and other fixes" 2024-02-05 19:02:34 -03:00
unit feat: refactor graph vertex sorting (#2583) 2024-07-10 07:37:39 -07:00
conftest.py fix: stream option is not working with tracing enabled (#2602) 2024-07-09 13:37:47 +00:00
test_endpoints.py ci: skip tests with openai key required (#2477) 2024-07-02 06:20:13 -07:00
test_messages_endpoints.py refactor: Update add_messages and add_messagetables functions to return Message objects 2024-07-01 13:53:37 -03:00
test_schema.py refactor: Update langflow components and constants 2024-06-13 10:40:39 -03:00
test_user.py Fixes CLI and server (#2342) 2024-06-25 09:20:55 -07:00
test_webhook.py fix: make webhook api call honor webhook component as input (#2511) 2024-07-04 11:11:55 -07:00