mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 16:43:35 +00:00
unit test sqlalachemy (#7582)
This commit is contained in:
parent
641fd74baa
commit
ebcb144342
7
tests/unit_tests/test_sqlalchemy.py
Normal file
7
tests/unit_tests/test_sqlalchemy.py
Normal file
@ -0,0 +1,7 @@
|
||||
import sqlalchemy
|
||||
|
||||
import langchain # noqa: F401
|
||||
|
||||
|
||||
def test_configure_mappers() -> None:
|
||||
sqlalchemy.orm.configure_mappers()
|
Loading…
Reference in New Issue
Block a user