[ 原始碼: doctest ]
套件:doctest-dev(1.2.9+repack0-1)
doctest-dev 的相關連結
Debian 的資源:
下載原始碼套件 doctest:
- [doctest_1.2.9+repack0-1.dsc]
- [doctest_1.2.9+repack0.orig.tar.xz]
- [doctest_1.2.9+repack0-1.debian.tar.xz]
維護者:
外部的資源:
- 主頁 [github.com]
相似套件:
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++.