exiting done properly!
6 files changed
tree: 6feaf65d96094a96c7345fa750141a8f071e07a4
  1. .clang-format
  2. .gitignore
  3. .gitmodules
  4. .travis.yml
  5. CHANGELOG.md
  6. CMakeLists.txt
  7. LICENSE.txt
  8. README.md
  9. appveyor.yml
  10. doc/
  11. doctest/
  12. examples/
  13. scripts/
README.md

doctest

doctest is a lightweight single header C++ framework for writing tests that is inspired by the unittest functionality in the D programming and the docstrings in python - tests are a sort of documentation and should reside near the code they test.

Donate to support

LIBRARY NOT DONE YET! UNDER RAPID DEVELOPMENT! COME BACK LATER...

documentation Language Standard License Version Try it online Join the chat at https://gitter.im/onqtam/doctest

Build status

Servicebranch: masterbranch: dev
Travis-CI (Linux/OSX)Linux/OSX StatusLinux/OSX Status
Appveyor (Windows)Windows statusWindows status
Unit Test CoverageCoverage StatusCoverage Status
Static AnalysisStatic Analysis