mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-11 22:04:37 +00:00
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>
10 lines
393 B
Python
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``.
|
|
"""
|