Skip to content

reprextest module like doctest #16

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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