mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-25 09:02:25 +02:00
9 lines
193 B
Python
9 lines
193 B
Python
"""Test that the version is defined."""
|
|
|
|
import langgraph_cli_install
|
|
|
|
|
|
def test_version():
|
|
"""Test that the version is defined."""
|
|
assert langgraph_cli_install.__version__ is not None
|