We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1451e1 commit 7fb3ac8Copy full SHA for 7fb3ac8
_test_contract/test_partition_via_api.py
@@ -16,7 +16,9 @@ def client() -> UnstructuredClient:
16
17
@pytest.fixture(scope="module")
18
def doc_path() -> Path:
19
- return Path(__file__).resolve().parents[2] / "_sample_docs"
+ samples_path = Path(__file__).resolve().parents[1] / "_sample_docs"
20
+ assert samples_path.exists()
21
+ return samples_path
22
23
24
MOCK_TEXT = """[
0 commit comments