Files
langchain-ai--langchain/libs/model-profiles/tests/integration_tests/test_compile.py
T
2026-07-13 11:58:32 +08:00

9 lines
194 B
Python

"""Test compilation of integration tests."""
import pytest
@pytest.mark.compile
def test_placeholder() -> None:
"""Used for compiling integration tests without running any real tests."""