ert-expectations-el 0.2-5 source package in Ubuntu

Changelog

ert-expectations-el (0.2-5) unstable; urgency=medium

  * Team upload.
  * Rebuild against dh-elpa 2.1.5.
    Upload pushed to dgit-repos but not salsa.
    See <https://lists.debian.org/debian-emacsen/2024/07/msg00077.html>.

 -- Sean Whitton <email address hidden>  Thu, 25 Jul 2024 20:18:20 +0900

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
Questing release universe misc
Plucky release universe misc
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ert-expectations-el_0.2-5.dsc 2.1 KiB 64410b214fb9d1afa7358ae95ac0fb1308d3a8af8d79d12b7d2fe6ede4c9c290
ert-expectations-el_0.2.orig.tar.gz 7.6 KiB 84af8a6e85b1f965baaef15595ece120b6048aade6be41abf7063db044d1fb76
ert-expectations-el_0.2-5.debian.tar.xz 1.9 KiB a2e4748f87fd360ae8b1e5277e7dec07c1e9e59a926b678b187b9a6c17704c25

Available diffs

No changes file available.

Binary packages built by this source

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