mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:32:13 +08:00
✨ feat(test_custom_component.py): add tests for list_flows, build_config methods in CustomComponent class 🔧 fix(test_custom_component.py): fix formatting issues in test_list_flows_multiple_queries test ✨ feat(test_custom_component.py): add tests for list_flows, build_config methods in CustomComponent class ✨ feat(test_custom_component.py): add test for return type of list_flows method in CustomComponent class ✨ feat(test_custom_component.py): add test for return type of build_config method in CustomComponent class ✨ feat(test_custom_component.py): add test for presence of 'fields' key in build_config method in CustomComponent class ✨ feat(test_custom_component.py): add test for type of 'fields' value in build_config method in CustomComponent class ✨ feat(test_custom_component.py): add test for type of keys in 'fields' value in build_config method in CustomComponent class ✨ feat(test_custom_component.py): add test for type of values in 'fields' value in build_config method in CustomComponent class