Files
langgraph/libs/cli-install/tests/test_version.py
T

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