mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 14:43:07 +00:00
Add more tests for serializable
This commit is contained in:
@@ -37,6 +37,7 @@ def test_simple_serialization_is_serializable() -> None:
|
||||
def test_simple_serialization_secret() -> None:
|
||||
"""Test handling of secrets."""
|
||||
from pydantic import SecretStr
|
||||
|
||||
from langchain_core.load import Serializable
|
||||
|
||||
class Foo(Serializable):
|
||||
|
||||
Reference in New Issue
Block a user