doctest 2.3.5+repack0-1 source package in Ubuntu

Changelog

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

  * New 2.3.5 upstream release

  * Unset redundant upstream metadata

 -- Didier Raboud <email address hidden>  Fri, 27 Sep 2019 10:50:55 +0200

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

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctest_2.3.5+repack0-1.dsc 1.8 KiB 2f534bfa37f907381a41b16cceffadca1a99f68912e14859c812e8cb7154d315
doctest_2.3.5+repack0.orig.tar.gz 2.0 MiB 50cc52d346559f6d090ffc67047ffc0b150a6ea47f4ef9cbc8bcea23d66194ed
doctest_2.3.5+repack0-1.debian.tar.xz 3.7 KiB 5d2d110b9cfe19a61c4ec4b87e06ad14550b2bbbe52ca85f394372028450f28e

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++.