commit | 1b4144a7813f2767fff7f38ef1617bfb2554051b | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Sat Apr 30 19:42:58 2016 +0300 |
committer | onqtam <vik.kirilov@gmail.com> | Tue May 03 19:03:49 2016 +0300 |
tree | f4ba2616caed4dee2e401296ab8c7e9ebb804c65 | |
parent | 9522eb480c5f8e081147d5489042727a4150e97f [diff] |
- started the documentation - disabled the CI while I iterate on the markdown
The library is inspired by the unittest
functionality of the D programming language and the docstrings in python - tests can be considered a form of documentation and should be able to reside near the production code which they test.
This library was strongly influenced by Catch and lest.
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. This library has some design goals which must be kept.
The master
branch is the stable one with the latest release and the dev
branch is on the bleeding edge.