Source: ert-expectations-el
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-elpa
Standards-Version: 4.1.1
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,
          emacs25
Built-Using: ${misc:Built-Using}
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.
