doctest 2.3.6+repack0-1 source package in Ubuntu

Changelog

doctest (2.3.6+repack0-1) unstable; urgency=medium

  * New 2.3.6+repack0 upstream release

 -- Didier Raboud <email address hidden>  Mon, 23 Dec 2019 18:03:46 +0100

Upload details

Uploaded by:
Didier Raboud
Uploaded to:
Sid
Original maintainer:
Didier Raboud
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctest_2.3.6+repack0-1.dsc 2.0 KiB 8e65a40413d3304b2a2b78b5c217deac3dc226df126647dede9843e283d013e4
doctest_2.3.6+repack0.orig.tar.xz 1.9 MiB bae4a5bfa60645581f704bae3c1b0ab3389e241039c7e9f3c443ae3d0def0d5a
doctest_2.3.6+repack0-1.debian.tar.xz 3.7 KiB de15438a463b27b9020ebd6a5ccb5276576f12a8b68583b6000f451c43ca0db6

No changes file available.

Binary packages built by this source

doctest-dev: Light and feature-rich C++ testing framework

 doctest is a light and feature-rich C++98 / C++11 single-header testing
 framework for unit tests and TDD.
 .
 It is inspired by the unittest {} functionality of the D programming
 language and Python's docstrings - tests can be considered a form of
 documentation and should be able to reside near the production code
 which they test. This isn't possible (or at least practical) with any
 other testing framework for C++.