Files
langchain/libs/partners/nomic/tests/integration_tests/test_compile.py
2025-09-25 20:46:20 -04:00

9 lines
224 B
Python

"""Test compilation of integration tests for Nomic partner integration."""
import pytest
@pytest.mark.compile
def test_placeholder() -> None:
"""Used for compiling integration tests without running any real tests."""