langflow/tests
Gabriel Luiz Freitas Almeida d0aa3261f1 🐛 fix(flows.py): change json.loads to orjson.loads for improved performance and compatibility with orjson library
🐛 fix(schemas.py): change json.dumps to orjson_dumps for improved performance and compatibility with orjson library
🐛 fix(utils.py): change json.loads to orjson.loads for improved performance and compatibility with orjson library
🐛 fix(loading.py): change json.loads to orjson.loads for improved performance and compatibility with orjson library
🐛 fix(utils.py): change json.loads to orjson.loads for improved performance and compatibility with orjson library
🐛 fix(vector_store.py): change json.loads to orjson.loads for improved performance and compatibility with orjson library
🐛 fix(types.py): change json.loads to orjson.loads for improved performance and compatibility with orjson library
🐛 fix(process.py): change json.loads to orjson.loads for improved performance and compatibility with orjson library
 feat(server.ts): change port variable case from lowercase port to uppercase PORT to improve semantics
 feat(server.ts): add support for process.env.PORT environment variable to be able to run app on a configurable port

🔧 fix(base.py): import orjson instead of json to improve performance and compatibility
🔧 fix(frontend_node/llms.py): use orjson_dumps instead of json.dumps to improve performance and compatibility
🔧 fix(frontend_node/utilities.py): use orjson_dumps instead of json.dumps to improve performance and compatibility
🔧 fix(test_cache.py): import orjson and use orjson_dumps instead of json.dumps to improve performance and compatibility

🔧 fix(test_database.py): import correct json encoder and decoder functions to fix import errors
🔧 fix(test_database.py): replace json.dumps and json.loads with orjson_dumps and orjson.loads for better performance and compatibility
🔧 fix(test_loading.py): remove unused import statement
2023-08-22 11:04:41 -03:00
..
data fix: replace old complex_example to fix tests 2023-07-01 09:52:45 -03:00
conftest.py 🔧 fix(conftest.py): remove unused imports and commented out code 2023-07-31 17:31:40 -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(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_cache_manager.py refactor(langflow): reorder imports in multiple files 2023-05-02 23:23:36 +00: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_creators.py 🔥 refactor(conftest.py): remove unused fixtures and custom chain classes 2023-07-18 01:59:19 +01:00
test_custom_component.py 🐛 fix(custom_component.py): handle case when return_type is None to prevent errors 2023-08-09 17:50:03 -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(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_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 00:04:35 -03:00
test_llms_template.py refactor settings 2023-08-04 00:04:35 -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_process.py 🧪 test(process.py): add tests for process_tweaks function 2023-06-14 07:21:49 -03:00
test_prompts_template.py refactor settings 2023-08-04 00:04:35 -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 🐛 fix(custom_component.py): handle case when return_type is None to prevent errors 2023-08-09 17:50:03 -03:00
test_websocket.py 🔧 chore(test_websocket.py): remove unnecessary commented out code and update websocket test input 2023-06-30 17:16:41 -03:00