langflow/tests
Gabriel Almeida 0a630cd70d refactor(chat_manager.py): move process_graph function outside of ChatManager class
test(websocket.py): add tests for websocket connection, chat history, and sending messages
2023-04-19 22:23:31 -03:00
..
data test: fix text scripts 2023-04-13 11:52:42 -03:00
conftest.py test(websocket.py): add tests for websocket connection, chat history and sending message 2023-04-19 13:13:58 -03:00
test_agents_template.py feat: added agents tests 2023-04-06 15:11:12 -03:00
test_cache.py refactor(cache): move cache-related functions to base.py module 2023-04-19 11:02:32 -03:00
test_chains_template.py style(test_chains_template.py): remove trailing whitespace and fix line length 2023-04-10 19:15:01 -03:00
test_creators.py refac: fix linting 2023-04-01 18:03:14 -03:00
test_custom_types.py feat: first version of vecstore, docloader and embeddings working 2023-04-06 13:55:07 -03:00
test_endpoints.py fix: update to validate prompt endpoint 2023-04-04 22:07:40 -03:00
test_frontend_nodes.py refac: fix linting 2023-04-01 18:03:14 -03:00
test_graph.py test(websocket.py): add tests for websocket connection, chat history and sending message 2023-04-19 13:13:58 -03:00
test_llms_template.py fix test, linting, and vector_store folder 2023-04-13 22:12:21 -03:00
test_loading.py formatting 2023-03-31 14:06:40 -03:00
test_prompts_template.py formatting 2023-04-06 16:18:13 -03:00
test_template.py refac: change docstring parser 2023-04-13 21:39:25 -03:00
test_validate_code.py formatting 2023-03-31 14:06:40 -03:00
test_vectorstore_template.py test: add test to vectorstore 2023-04-10 11:54:12 -03:00
test_websocket.py refactor(chat_manager.py): move process_graph function outside of ChatManager class 2023-04-19 22:23:31 -03:00