MCPcopy
hub / github.com/treeverse/dvc / enable_ui

Function enable_ui

tests/conftest.py:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56@pytest.fixture(autouse=True)
57def enable_ui():
58 from dvc.ui import ui
59
60 ui.enable()
61
62
63@pytest.fixture(autouse=True)

Callers

nothing calls this directly

Calls 1

enableMethod · 0.80

Tested by

no test coverage detected