langflow/tests
Gabriel Luiz Freitas Almeida d41798f192 feat(test_store.py): add test for search_components function in StoreService class
The test covers the search_components function in the StoreService class. It mocks the response from the HTTP GET request and asserts that the request was made with the correct parameters. It also asserts that the search method returns a list of ComponentResponse objects.
2023-10-18 19:56:49 -03:00
..
data Merge remote-tracking branch 'origin/dev' into NGNMergeDev 2023-10-06 15:41:42 -03:00
locust 📝 docs(async-api.mdx): update endpoint path for checking task status to improve consistency and clarity 2023-09-26 19:34:50 -03:00
__init__.py feat(tests): add __init__.py and utils.py files to tests directory for test setup and utility functions 2023-09-05 12:24:43 -03:00
conftest.py rename getters to deps 2023-10-18 09:18:16 -03:00
test_agents_template.py 🐛 fix(test_agents_template.py): set "required" field to True for the "tools" attribute in the template dictionary to enforce its presence 2023-10-04 17:46:45 -03:00
test_api_key.py 🔥 refactor(user/utils.py): remove unused code and imports from user/utils.py module 2023-08-25 12:05:54 -03:00
test_cache.py 🔧 chore(conftest.py): refactor client fixture to use dependency overrides for session and add session fixture for creating a session with an in-memory SQLite database 2023-09-22 11:03:17 -03:00
test_cache_manager.py Change all Services names from Manager to Service 2023-09-15 17:41:39 -03:00
test_chains_template.py 🔧 fix(test_agents_template.py): update test functions to include logged_in_headers parameter to test authenticated requests 2023-08-25 16:30:01 -03:00
test_cli.py rename getters to deps 2023-10-18 09:18:16 -03:00
test_creators.py 🔧 chore(conftest.py): refactor client fixture to use dependency overrides for session and add session fixture for creating a session with an in-memory SQLite database 2023-09-22 11:03:17 -03:00
test_custom_component.py 🔀 chore(constants.py): update import statements to use the correct module paths for PromptTemplate 2023-10-03 17:05:59 -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 rename getters to deps 2023-10-18 09:18:16 -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 rename getters to deps 2023-10-18 09:18:16 -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(graph.py): add assertions to verify expected keywords in source and target fields of processed_flow edges 2023-10-09 10:41:54 -03:00
test_llms_template.py 🔥 refactor(test_llms_template.py): remove commented out code and unused import to improve code readability and maintainability 2023-09-19 15:13:03 -03:00
test_loading.py 🐛 fix(flows.py): change json.loads to orjson.loads for improved performance and compatibility with orjson library 2023-08-22 11:04:41 -03:00
test_login.py rename getters to deps 2023-10-18 09:18:16 -03:00
test_process.py rename getters to deps 2023-10-18 09:18:16 -03:00
test_prompts_template.py rename getters to deps 2023-10-18 09:18:16 -03:00
test_setup_superuser.py rename getters to deps 2023-10-18 09:18:16 -03:00
test_store.py feat(test_store.py): add test for search_components function in StoreService class 2023-10-18 19:56:49 -03:00
test_template.py 🐛 fix(test_llms_template.py): remove unused test_llms_settings function to improve code readability and maintainability 2023-09-19 14:08:12 -03:00
test_user.py rename getters to deps 2023-10-18 09:18:16 -03:00
test_validate_code.py formatting 2023-03-31 14:06:40 -03:00
test_vectorstore_template.py rename getters to deps 2023-10-18 09:18:16 -03:00
test_websocket.py Change all Services names from Manager to Service 2023-09-15 17:41:39 -03:00
utils.py 🐛 fix(basic_example.json): change value of "value" key from "abc" to null to remove hardcoded value and improve flexibility 2023-09-22 11:06:25 -03:00