mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
6cc6faa00e
Co-authored-by: Asaf Gardin <asafg@ai21.com> Co-authored-by: etang <etang@ai21.com> Co-authored-by: asafgardin <147075902+asafgardin@users.noreply.github.com>
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
|