mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 18:50:33 +00:00
9 lines
248 B
Python
9 lines
248 B
Python
"""Test that the integration tests compile."""
|
|
|
|
import pytest # type: ignore[import-not-found, import-not-found]
|
|
|
|
|
|
@pytest.mark.compile
|
|
def test_placeholder() -> None:
|
|
"""Used for compiling integration tests without running any real tests."""
|