assess-el 0.6-1 source package in Ubuntu

Changelog

assess-el (0.6-1) unstable; urgency=medium

  * New upstream version 0.6
  * d/control: Declare Standards-Version 4.5.0 (no changes needed)
  * d/copyright: Bump copyright years

 -- Lev Lamberov <email address hidden>  Sun, 16 Feb 2020 11:36:21 +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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
assess-el_0.6-1.dsc 1.9 KiB b3b3b64a6c4eb79612eca8c4c917149b83799dc158f01461676a462448a0bfa2
assess-el_0.6.orig.tar.gz 20.2 KiB 08c25de7e31c3fcd6c9fe06f2cc63efadf75e96c4e038e5f1ac4f39475de3d52
assess-el_0.6-1.debian.tar.xz 2.5 KiB 7ce5bc5de08696c3558e4fbd636d8f85f1543fdc5721bbde104351531cf3cf51

Available diffs

No changes file available.

Binary packages built by this source

elpa-assess: test support functions for Emacs

 This package provides functions to support ert, the Emacs Regression
 Test framework. It includes:
 .
  * a set of predicates for comparing strings, buffers and file contents;
  * explainer functions for all predicates giving useful output;
  * macros for creating many temporary buffers at once, and for restoring
    the buffer list;
  * methods for testing indentation, by comparison or "round-tripping";
  * methods for testing fontification;
 .
 Assess aims to be a stateless as possible, leaving Emacs unchanged
 whether the tests succeed or fail, with respect to buffers, open
 files and so on; this helps to keep tests independent from each
 other. Violations of this will be considered a bug.
 .
 Assess aims also to be as noiseless as possible, reducing and
 suppressing extraneous messages where possible, to leave a clean ert
 output in batch mode.