Skip to content

reprextest module like doctest #16

@jayqi

Description

@jayqi

https://docs.python.org/3/library/doctest.html

The doctest module searches for pieces of text that look like interactive Python sessions, and then executes those sessions to verify that they work exactly as shown.

This is useful for making sure that documentation is up-to-date and that examples still work.

It would be cool to have something like this for reprexes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions