mirror of
https://github.com/hwchase17/langchain
synced 2024-11-11 19:11:02 +00:00
17e886388b
Co-authored-by: Lance Martin <lance@langchain.dev>
8 lines
157 B
Python
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
|