File: control

package info (click to toggle)
doctest 2.4.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,436 kB
  • sloc: cpp: 13,546; python: 261; makefile: 30; sh: 1
file content (31 lines) | stat: -rw-r--r-- 945 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: doctest
Maintainer: Syed Shahrukh Hussain <syed.shahrukh@ossrevival.org>
Section: devel
Priority: optional
Build-Depends:
 cmake,
 cmark-gfm,
 debhelper-compat (= 13),
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/syed/doctest
Vcs-Git: https://salsa.debian.org/syed/doctest.git
Homepage: https://github.com/doctest/doctest
Rules-Requires-Root: no

Package: doctest-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: 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++.