eldev icon indicating copy to clipboard operation
eldev copied to clipboard

Add support for doctest.el

Open suhail-singh opened this issue 1 year ago • 15 comments

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.

suhail-singh avatar Jan 14 '24 14:01 suhail-singh