You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/tests/unit_tests/output_parsers
Sunish Sheth 812e5f43f5
Add _type for all parsers (#4189)
Used for serialization. Also add test that recurses through
our subclasses to check they have them implemented

Would fix https://github.com/hwchase17/langchain/issues/3217
Blocking: https://github.com/mlflow/mlflow/pull/8297

---------

Signed-off-by: Sunish Sheth <sunishsheth2009@gmail.com>
Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
__init__.py
test_base_output_parser.py Add _type for all parsers (#4189) 1 year ago
test_boolean_parser.py Add unit test to output parsers (#3911) 1 year ago
test_combining_parser.py
test_list_parser.py Add unit test to output parsers (#3911) 1 year ago
test_pydantic_parser.py Fix pytest collection warning (#3651) 1 year ago
test_regex_dict.py
test_structured_parser.py Add unit test to output parsers (#3911) 1 year ago