Testing notebooks - marimo (original) (raw)
Because marimo notebooks are stored as Python, test them like any other Python program.
| Guide | Description |
|---|---|
| pytest | Include unit tests in notebooks, or implement entire tests as notebooks |
| doctest | Test code snippets in docstrings using doctest |