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 28 29
|
Source: ert-async-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen Team <debian-emacsen@lists.debian.org>
Uploaders: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper (>= 10),
dh-elpa
Standards-Version: 3.9.8
Vcs-Browser: https://salsa.debian.org/emacsen-team/ert-async-el
Vcs-Git: https://salsa.debian.org/emacsen-team/ert-async-el.git
Homepage: https://github.com/rejeep/ert-async.el
Package: elpa-ert-async
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
emacs
Recommends: emacs (>= 46.0)
Enhances: emacs,
emacs24
Built-Using: ${misc:Built-Using}
Description: asynchronous tests for the Emacs ERT testing framework
This library provides the `ert-deftest-async' function for defining
asynchronous tests for Emacs Lisp addon packages. The user supplies
a list of callbacks, and the test fails if it is not the case that
all of the callbacks have been called after a defined number of
seconds.
.
See the GNU Emacs documentation for general information on writing
test suites with ERT.
|