MCPcopy Create free account
hub / github.com/deepnote/deepnote / loadMarimoFixture

Function loadMarimoFixture

test-fixtures/helpers/fixture-loader.ts:27–29  ·  view source on GitHub ↗
(filename: string)

Source from the content-addressed store, hash-verified

25 * Load a Marimo format fixture (.marimo.py)
26 */
27export async function loadMarimoFixture(filename: string): Promise<string> {
28 return loadFixture('formats/marimo', filename)
29}
30
31/**
32 * Load a percent format fixture (.percent.py)

Callers 1

Calls 1

loadFixtureFunction · 0.70

Tested by

no test coverage detected