langchain/libs/standard-tests/langchain_tests/__init__.py
Mason Daugherty c1b86cc929
feat: minor core work, v1 standard tests & (most of) v1 ollama (#32315)
Resolves #32215

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
Co-authored-by: Nuno Campos <nuno@langchain.dev>
2025-08-06 18:22:02 -04:00

10 lines
393 B
Python

"""Base Test classes for standard testing.
To learn how to use these classes, see the
`integration standard testing <https://python.langchain.com/docs/contributing/how_to/integrations/standard_tests/>`__
guide.
This package provides both the original test suites and the v1 test suites that support
the new content blocks system introduced in ``langchain_core.messages.content_blocks``.
"""