File: control

package info (click to toggle)
emacs-buttercup 1.38-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 492 kB
  • sloc: lisp: 4,290; sh: 100; makefile: 23
file content (25 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: emacs-buttercup
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: David Bremner <bremner@debian.org>,
 Xiyue Deng <manphiz@gmail.com>,
Build-Depends: debhelper-compat (= 13), dh-elpa (>= 0.0.17), emacs (>= 1:28.2+1-9)
Standards-Version: 4.7.2
Rules-Requires-Root: no
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}, emacs (>= 1:28.2+1-9)
Enhances: emacs
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.