ert-async-el 0.1.2-5 source package in Ubuntu

Changelog

ert-async-el (0.1.2-5) unstable; urgency=medium

  * Team upload

  [ David Krauser ]
  * Update maintainer email address

  [ Dhavan Vaidya ]
  * d/control: Change Vcs-{Browser,Git} URL to salsa.debian.org

  [ David Bremner ]
  * Rebuild with dh-elpa 2.x

 -- David Bremner <email address hidden>  Tue, 26 Jan 2021 07:50:59 -0400

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ert-async-el_0.1.2-5.dsc 2.0 KiB 6ec255a52de99c3fb8e417e6a774012f2b52f02c9ed68bc3dc388cebfa96e934
ert-async-el_0.1.2.orig.tar.xz 2.2 KiB 73f8c7181422baf7431d4a41458021e4be6eecfda5185655a051498d65fb40e1
ert-async-el_0.1.2-5.debian.tar.xz 2.5 KiB 3613e50b56e5b588f0518c7dafccf4434e4a78585bc75af16d34a649098046a5

Available diffs

No changes file available.

Binary packages built by this source

elpa-ert-async: 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.