eldev
eldev copied to clipboard
Add support for doctest.el
doctest.el
brings Python doctest functionality to Elisp.
The original repository hasn't been update in some years and has some issues with non-interactive usage. However, this has been addressed in this fork.
Could support for doctest
be added to eldev
? The idea would be for eldev
to load source files and evaluate doctest
in it.