mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 19:47:13 +00:00
cli: standard tests in cli, test that they run, skip vectorstore tests (#28521)
This commit is contained in:
7
libs/cli/tests/integration_tests/test_compile.py
Normal file
7
libs/cli/tests/integration_tests/test_compile.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.mark.compile
|
||||
def test_placeholder() -> None:
|
||||
"""Used for compiling integration tests without running any real tests."""
|
||||
pass
|
@@ -41,6 +41,7 @@ def find_issue(current: Folder, expected: Folder) -> str:
|
||||
return "Unknown"
|
||||
|
||||
|
||||
@pytest.mark.xfail(reason="grit may not be installed in env")
|
||||
def test_command_line(tmp_path: Path) -> None:
|
||||
runner = CliRunner()
|
||||
|
||||
|
Reference in New Issue
Block a user