MCPcopy Create free account
hub / github.com/datapane/datapane / test_save_report_simple

Function test_save_report_simple

python-client/tests/client/views/test_views.py:296–299  ·  view source on GitHub ↗
(datadir: Path, monkeypatch)

Source from the content-addressed store, hash-verified

294# Local saving
295@pytest.mark.skipif("CI" in os.environ, reason="Currently depends on building fe-components first")
296def test_save_report_simple(datadir: Path, monkeypatch): # noqa: ANN
297 monkeypatch.chdir(datadir)
298 view = gen_view_simple()
299 dp.save_report(view, path="test_out.html", name="My Test Report")
300
301
302@pytest.mark.skipif("CI" in os.environ, reason="Currently depends on building fe-components first")

Callers

nothing calls this directly

Calls 1

gen_view_simpleFunction · 0.85

Tested by

no test coverage detected