mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-19 03:01:29 +00:00
8 lines
191 B
Python
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
|