mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-12 07:50:39 +00:00
7 lines
148 B
Python
7 lines
148 B
Python
import pytest
|
|
|
|
|
|
@pytest.mark.compile
|
|
def test_placeholder() -> None:
|
|
"""Used for compiling integration tests without running any real tests."""
|