mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-16 08:06:14 +00:00
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``.
|
|
"""
|