File: control

package info (click to toggle)
ert-expectations-el 0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 64 kB
  • sloc: lisp: 448; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,071 bytes parent folder | download | duplicates (2)
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
26
27
Source: ert-expectations-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-elpa
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://www.emacswiki.org/emacs/download/ert-expectations.el
Vcs-Browser: https://salsa.debian.org/emacsen-team/ert-expectations-el
Vcs-Git: https://salsa.debian.org/emacsen-team/ert-expectations-el.git

Package: elpa-ert-expectations
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0),
            elpa-el-mock
Enhances: emacs
Description: very simple unit test framework for Emacs Lisp
 The package provides a very simple unit test framework using
 `ert'. It is thought to be a successor of el-expectations. With Emacs
 Lisp Mock, `el-mock.el', Emacs Lisp Expectations supports mock and
 stub (behavior-based testing). The package uses `ert' feature to
 display test result, so it is quite easy to understand why a test
 failed.