langflow/tests
Gabriel Luiz Freitas Almeida 8ff739a288 🚀 feat(test_process.py): add tests for loading langchain object with and without cached session
🐛 fix(test_process.py): import missing functions and modules to fix test failures
2023-08-16 21:30:07 -03:00
..
data fix: replace old complex_example to fix tests 2023-07-01 09:52:45 -03:00
conftest.py 🔀 chore(conftest.py): update import statement for DatabaseManager to reflect file name change 2023-08-07 11:59:57 -03:00
test_agents_template.py 🚀 feat(test_agents_template.py): add "fileTypes" field to the "path" agent configuration to specify supported file types 2023-07-26 07:43:16 -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 🔧 fix(custom_component.py): fix import paths for session_getter and Flow models in custom_component.py file 2023-08-05 22:18:20 -03:00
test_chains_template.py 🔧 chore(constants.py): remove unused classes "Runnable" and "Generic" from CLASSES_TO_REMOVE list 2023-08-02 15:57:45 -03:00
test_cli.py 🔥 refactor(test_cli.py): remove unused imports and test cases 2023-08-07 14:16:37 -03:00
test_creators.py 🔥 refactor(conftest.py): remove unused fixtures and custom chain classes 2023-07-18 01:59:19 +01:00
test_custom_component.py Merge branch 'release' into dev 2023-08-10 10:10:28 -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 🔥 refactor(router.py): remove unused flow_styles_router import to improve code cleanliness and reduce unused code 2023-08-07 10:24:02 -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 🔧 fix(test_endpoints.py): fix import statement for TimeTravelGuideChainNode 2023-07-07 18:25:57 -03:00
test_frontend_nodes.py 🔥 refactor(base.py): remove unused import statement 2023-05-30 23:48:49 -03:00
test_graph.py refactor settings 2023-08-04 17:11:25 -03:00
test_llms_template.py 🔧 fix(test_llms_template.py): update import statement to use get_settings_manager function from langflow.services.utils module 2023-08-05 23:17:27 -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 🚀 feat(test_process.py): add tests for loading langchain object with and without cached session 2023-08-16 21:30:07 -03:00
test_prompts_template.py 🔧 fix(test_llms_template.py): update import statement to use get_settings_manager function from langflow.services.utils module 2023-08-05 23:17:27 -03:00
test_template.py test(test_template.py): add assertion to check if result is not None 2023-06-23 10:53:53 -03:00
test_validate_code.py formatting 2023-03-31 14:06:40 -03:00
test_vectorstore_template.py Merge branch 'release' into dev 2023-08-10 10:10:28 -03:00
test_websocket.py 🔧 fix(custom_component.py): fix import paths for session_getter and Flow models in custom_component.py file 2023-08-05 22:18:20 -03:00