MCPcopy Create free account
hub / github.com/BasisResearch/lean.py / example_lib

Function example_lib

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

Source from the content-addressed store, hash-verified

21
22@pytest.fixture(scope="session")
23def example_lib() -> LeanLibrary:
24 add_lean_lib_to_dyld_path()
25 return LeanLibrary.from_lake(
26 Path(__file__).parent / "lean",
27 "TestLib",
28 build=True,
29 )
30
31
32def pytest_collection_modifyitems(config, items):

Callers

nothing calls this directly

Calls 2

from_lakeMethod · 0.80

Tested by

no test coverage detected