MCPcopy
hub / github.com/marimo-team/marimo / test_api

Function test_api

tests/test_api.py:9–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8
9def test_api():
10 import marimo as mo
11
12 results = explore_module(mo)
13 assert len(results) > 0
14 snapshot("api.txt", "\n".join(results))

Callers

nothing calls this directly

Calls 3

explore_moduleFunction · 0.90
snapshotFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…