mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00:00
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
|