commit | 2e09b34b2788e94833e9f5ee75820d75b899d811 | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Tue May 17 13:13:26 2016 +0300 |
committer | onqtam <vik.kirilov@gmail.com> | Thu May 19 02:20:46 2016 +0300 |
tree | bc5b52714465361f5e9451e5ecd620188120b38d | |
parent | e528ba3cc4f5fd2b411b4a704161b8a9834e0483 [diff] |
minor changes regarding long long (and the docs)
The doctest library 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.
It is modeled after Catch which is currently the most popular, simple and user friendly library out there.
Service | branch: master | branch: dev |
---|---|---|
Travis-CI (Linux/OSX) | ||
Appveyor (Windows) | ||
Unit Test Coverage | ||
Static Analysis |
Donations would be appreciated very much since I quit my job to write open source software.
Contributions in the form of issues and pull requests are welcome as well.
For pull requests make sure the code is formatted with a recent-enough clang-format
using the config file in the root of the repo (or I will format it after the merge) and that all the builds on travis
and appveyor
pass. Also before making a pull requrest you might want to make an issue about it for a discussion or join the chat on gitter.
This library has some design goals which must be kept. Make sure you have read the features and design goals page.
The master
branch is the stable one with the latest release and the dev
branch is on the bleeding edge.
Testing with compilers different from GCC/Clang/MSVC (and more platforms) is something the project would benefit from.