emacs-buttercup 1.18-1 source package in Ubuntu

Changelog

emacs-buttercup (1.18-1) unstable; urgency=medium

  * New upstream release.

 -- Sean Whitton <email address hidden>  Thu, 10 Oct 2019 10:24:43 -0700

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-buttercup_1.18-1.dsc 2.1 KiB eaaf95cb4f5b3104b3bf181507c5b74c46427bb462075c0500b4e4d9279a82a2
emacs-buttercup_1.18.orig.tar.xz 50.4 KiB 804f7c2ff0423135107729774a83603f94fc540a32cef8796dcd7dd4c12208c9
emacs-buttercup_1.18-1.debian.tar.xz 10.7 KiB 300b945d870cc306cc7ab2df794ce6e57aefaec3d9b4aece3fadc15b5f2625d7

Available diffs

No changes file available.

Binary packages built by this source

elpa-buttercup: 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.