alphapapa / makem.sh

Makefile-like script for linting and testing Emacs Lisp packages
GNU General Public License v3.0
163 stars 13 forks source link

with-simulated-input #11

Closed akirak closed 4 years ago

akirak commented 4 years ago

I found this in one of my starred Emacs Lisp repositories:

https://github.com/DarwinAwardWinner/with-simulated-input

It looks useful in buttercup tests. Have you ever tried it out? I am now thinking of adding it to my test suite.

alphapapa commented 4 years ago

Hi Akira,

Yes, actually I corresponded with the author a few years ago, and I've listed it in EPDH here: https://github.com/alphapapa/emacs-package-dev-handbook#testing I've considered using it to test some of my packages, but IIRC it didn't seem to quite work with Helm like I hoped it would, so I haven't used it yet. But that's why I added it to the Handbook, so I don't forget about it. ;)

akirak commented 4 years ago

I see, thanks!