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

Changelog

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

  [ David Krauser ]
  * Update maintainer email address

  [ Lev Lamberov ]
  * Migrate to dh 13 without d/compat
  * d/control: Add Rules-Requires-Root: no
  * d/control: Declare Standards-Version 4.5.1 (no changes needed)
  * d/control: Drop Built-Using field
  * d/control: Drop emacs25 from Enhances
  * d/copyright: Bump copyright years

 -- Lev Lamberov <email address hidden>  Mon, 18 Jan 2021 15:09:05 +0500

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
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-expectations-el_0.2-4.dsc 2.0 KiB f8d7bf3a97f2fab6f6c2b18037b0747f09094cba72699564ab7a17993682c560
ert-expectations-el_0.2.orig.tar.gz 7.6 KiB 84af8a6e85b1f965baaef15595ece120b6048aade6be41abf7063db044d1fb76
ert-expectations-el_0.2-4.debian.tar.xz 1.8 KiB 6ec29a9535a5fdadbea103e6c9c0556f9202bed9fd700b1780e189f6b3a476c9

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.