Source: emacs-buttercup Section: lisp Priority: optional Maintainer: Debian Emacsen team Uploaders: Sean Whitton Build-Depends: debhelper (>= 10), dh-elpa (>= 0.0.17) Standards-Version: 4.1.0 Homepage: https://github.com/jorgenschaefer/emacs-buttercup/ Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-buttercup.git Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-buttercup Package: elpa-buttercup Architecture: all Depends: ${misc:Depends} Built-Using: ${misc:Built-Using} Recommends: emacs (>= 46.0) Enhances: emacs, emacs24 Description: behaviour-driven testing for Emacs Lisp packages Buttercup is a behavior-driven development framework for testing Emacs Lisp code. It allows the programmer to group related tests so they can share common set-up and tear-down code, and it allows the programmer to spy on functions to ensure they are called with the right arguments during testing. . The testing framework is inspired by the Jasmine JavaScript test framework.