langflow/tests
Gabriel Luiz Freitas Almeida 1d33933d64 🐛 fix(__main__.py): make database_url parameter optional in update_settings function
🐛 fix(llms.py): add name check before checking if "azure" is in name.lower()
🔨 refactor(test_database.py): rename updated_flow_style variable to to_update_flow_style for clarity
The update_settings function now has an optional database_url parameter to allow for more flexibility in updating settings. The llms.py file now checks if the name variable is not None before checking if "azure" is in name.lower(). In test_database.py, the updated_flow_style variable is renamed to to_update_flow_style for clarity.
2023-06-06 16:30:34 -03:00
..
data 🎨 refactor(complex_example.json): rename "PythonFunction" to "PythonFunctionTool" and add "description" and "name" fields 2023-05-31 15:40:20 -03:00
conftest.py 🔥 chore(database.py): remove unused code and endpoints related to flows 2023-06-06 16:23:37 -03:00
test_agents_template.py 🚀 chore(server, tests): update API endpoint URLs to include version number 2023-06-06 10:06:40 -03:00
test_cache.py 🚀 chore(server, tests): update API endpoint URLs to include version number 2023-06-06 10:06:40 -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 🚀 chore(server, tests): update API endpoint URLs to include version number 2023-06-06 10:06:40 -03:00
test_creators.py refac: fix linting 2023-04-01 18:03:14 -03:00
test_custom_types.py 🚀 feat(langflow): rename PythonFunction to PythonFunctionTool for better semantics 2023-05-31 15:41:16 -03:00
test_database.py 🐛 fix(__main__.py): make database_url parameter optional in update_settings function 2023-06-06 16:30:34 -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 chore: refactor of template, frontend_node and field 2023-05-27 15:56:46 -03:00
test_graph.py 🚀 chore(server, tests): update API endpoint URLs to include version number 2023-06-06 10:06:40 -03:00
test_llms_template.py API Refactor and structure changes (#449) 2023-06-06 12:52:41 -03:00
test_loading.py 🚀 chore(server, tests): update API endpoint URLs to include version number 2023-06-06 10:06:40 -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 🚀 chore(server, tests): update API endpoint URLs to include version number 2023-06-06 10:06:40 -03:00