langflow/tests
2023-11-06 23:09: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 🔧 fix(conftest.py): add description field to the FlowCreate object to provide additional information about the flow 2023-11-02 22:20:16 -03:00
test_agents_template.py Update function base classes to use Callable 2023-11-02 22:45:49 -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 🔨 refactor(test_chains_template.py): remove unused test functions to improve code readability and maintainability 2023-11-03 09:37:23 -03:00
test_cli.py 🔧 chore(pyproject.toml): comment out langfuse dependency to temporarily disable it 2023-09-27 16:08:58 -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 Merge remote-tracking branch 'origin/dev' into v2 2023-10-25 12:43:44 -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 🔧 fix(test_database.py): add description field to FlowCreate object to fix test failure caused by missing required field 2023-11-02 22:19:58 -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 📝 docs(async-api.mdx): update endpoint path for checking task status to improve consistency and clarity 2023-09-26 19:34:50 -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 🔄 chore(constants.py): reorder CHAT_OPENAI_MODELS list to prioritize gpt-4-1106-preview model 2023-11-06 21:01:28 -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 🔧 fix(endpoints.py): remove unused import and function call to improve code cleanliness and maintainability 2023-09-22 18:07:55 -03:00
test_process.py 🔧 fix(__main__.py): update import statements to reflect changes in module structure 2023-09-22 14:56:16 -03:00
test_prompts_template.py 🐛 fix(chains.py): temporarily fix field_type for BaseLanguageModel to improve compatibility 2023-11-06 21:02:22 -03:00
test_setup_superuser.py 🔥 refactor(test_setup_superuser.py): remove unused import and function setup_superuser to improve code readability and maintainability 2023-10-04 17:43:56 -03:00
test_template.py Merge remote-tracking branch 'origin/main' into v2 2023-11-06 23:09:49 -03:00
test_user.py 🐛 fix(test_user.py): fix linting issue by adding noqa comment to long lines 2023-11-02 22:35:24 -03:00
test_validate_code.py formatting 2023-03-31 14:06:40 -03:00
test_vectorstore_template.py Merge remote-tracking branch 'origin/dev' into celery 2023-09-22 14:50:19 -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