mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-15 03:25:21 +00:00
9 lines
194 B
Python
9 lines
194 B
Python
"""Test compilation of integration tests."""
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.mark.compile
|
|
def test_placeholder() -> None:
|
|
"""Used for compiling integration tests without running any real tests."""
|