Back to Marimo

Testing notebooks

docs/guides/testing/index.md

0.23.5509 B
Original Source

Testing notebooks

Because marimo notebooks are stored as Python, test them like any other Python program.

GuideDescription
pytestInclude unit tests in notebooks, or implement entire tests as notebooks
doctestTest code snippets in docstrings using doctest