jorgenschaefer / emacs-buttercup

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

Do not store backtraces for pending specs #213

Closed snogge closed 2 years ago

snogge commented 2 years ago

Only call buttercup--backtrace when the signal is not buttercup-pending.

Fixes #205.