jorgenschaefer / emacs-buttercup

Behavior-Driven Emacs Lisp Testing
GNU General Public License v3.0
360 stars 44 forks source link

Fix #149 #156

Closed snogge closed 4 years ago

snogge commented 4 years ago

Smaller fix than #153, and one that includes tests.

DarwinAwardWinner commented 4 years ago

So, the only potential issue I see is that this doesn't allow a pending state to be overwritten by a failed state. This might be fine because that's probably never supposed to happen in practice.

snogge commented 4 years ago

Another fix for #149 has been merged, closing this issue.