langflow/tests
Gabriel Luiz Freitas Almeida d069ab5d6d 🚨 test(agents_template.py): add openai-multi-functions to the list of agents
🐛 fix(graph.py): change message variable to a dictionary to match the expected input of get_result_and_thought function and update the assertion to check if the result is a dictionary instead of a string
The test for agents_template.py was updated to include the openai-multi-functions agent in the list of agents. This was done to ensure that the test coverage for the agent is complete.

The test for graph.py was updated to change the message variable to a dictionary to match the expected input of the get_result_and_thought function. The assertion was also updated to check if the result is a dictionary instead of a string. This was done to ensure that the test coverage for the function is complete.
2023-06-22 22:31:13 -03:00
..
data 🔧 chore(config.yml): update Swagger API overview and paths 2023-06-21 11:17:48 -03:00
conftest.py Merge remote-tracking branch 'origin/validation_fix' into db 2023-06-15 07:37:26 -03:00
test_agents_template.py 🚨 test(agents_template.py): add openai-multi-functions to the list of agents 2023-06-22 22:31:13 -03:00
test_cache.py 🐛 fix(process.py): caching objects does not depend on is_first_message anymore 2023-06-17 13:34:35 -03:00
test_cache_manager.py refactor(langflow): reorder imports in multiple files 2023-05-02 23:23:36 +00:00
test_chains_template.py 🔨 refactor(tests): fix formatting and remove unnecessary lines 2023-06-16 18:53:42 -03:00
test_creators.py refac: fix linting 2023-04-01 18:03:14 -03:00
test_custom_types.py 🚀 feat(customs.py): add PythonFunction to CUSTOM_NODES 2023-06-06 11:40:39 -03:00
test_database.py 🔥 chore(test_database.py): remove unused test_stress_create_flow function 2023-06-16 19:12:45 -03:00
test_embeddings_template.py 🔨 refactor(embeddings.py): move openai fields formatting to a separate method 2023-05-28 16:18:33 -03:00
test_endpoints.py 🚀 chore(server, tests): update API endpoint URLs to include version number 2023-06-06 10:06:40 -03:00
test_frontend_nodes.py 🔥 refactor(base.py): remove unused import statement 2023-05-30 23:48:49 -03:00
test_graph.py 🚨 test(agents_template.py): add openai-multi-functions to the list of agents 2023-06-22 22:31:13 -03:00
test_llms_template.py 🔨 refactor(tests): fix formatting and remove unnecessary lines 2023-06-16 18:53:42 -03:00
test_loading.py 🔀 refactor(process.py): change load_flow_from_json function signature to accept either a JSON file path or a JSON object 2023-06-19 11:36:43 -03:00
test_process.py 🧪 test(process.py): add tests for process_tweaks function 2023-06-14 07:21:49 -03:00
test_prompts_template.py 🚀 chore(server, tests): update API endpoint URLs to include version number 2023-06-06 10:06:40 -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 update endpoint 2023-06-06 10:06:51 -03:00
test_websocket.py Stream Build test case temporarily disabled 2023-06-17 20:10:05 +01:00