MCPcopy Create free account
hub / github.com/docling-project/docling-parse / pytest_sessionstart

Function pytest_sessionstart

tests/conftest.py:29–35  ·  view source on GitHub ↗
(session)

Source from the content-addressed store, hash-verified

27
28
29def pytest_sessionstart(session) -> None:
30 force = os.getenv("DOCLING_PARSE_TEST_DATA_FORCE_DOWNLOAD", "").lower() in {
31 "1",
32 "true",
33 "yes",
34 }
35 ensure_test_data_downloaded(force=force)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected