langchain/libs/standard-tests/tests/integration_tests/test_compile.py
2024-11-05 20:55:38 +00:00

8 lines
157 B
Python

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