langchain/libs/partners/xai/tests/integration_tests/test_compile.py
2024-11-12 15:11:29 -05:00

8 lines
191 B
Python

import pytest # type: ignore[import-not-found]
@pytest.mark.compile
def test_placeholder() -> None:
"""Used for compiling integration tests without running any real tests."""
pass