doctest 2.4.11-1 source package in Ubuntu

Changelog

doctest (2.4.11-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.6.2
  * update and unfuzz patch
  * update copyright info: update coverage
  * orphan package

 -- Jonas Smedegaard <email address hidden>  Thu, 06 Jul 2023 19:56:11 +0200

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctest_2.4.11-1.dsc 1.8 KiB 8d755e08d4aa6832e31c1604aba29ea33fd4520287a9e160a3a279ad04b10438
doctest_2.4.11.orig.tar.gz 2.1 MiB 632ed2c05a7f53fa961381497bf8069093f0d6628c5f26286161fbd32a560186
doctest_2.4.11-1.debian.tar.xz 12.3 KiB 9de90cd14c60e0255d05243b9a5f94ead09e956495cf2f657dd3039194c65aab

Available diffs

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