langchain/libs/partners/exa/tests/integration_tests/test_compile.py
2024-01-24 20:57:17 -07: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