You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/tests/unit_tests/test_sys_info.py

7 lines
192 B
Python

from langchain_core.sys_info import print_sys_info
def test_print_sys_info() -> None:
"""Super simple test to that no exceptions are triggered when calling code."""
print_sys_info()