An open API service indexing awesome lists of open source software.

https://github.com/jcash/jctest

A C++ single file, header only test framework
https://github.com/jcash/jctest

Last synced: 10 months ago
JSON representation

A C++ single file, header only test framework

Awesome Lists containing this project

README

          

![License](https://img.shields.io/github/license/JCash/jctest?label=License) ![Version](https://img.shields.io/github/v/release/JCash/jctest?color=blue&label=Version&sort=semver) ![Size](https://img.shields.io/github/size/JCash/jctest/src/jc_test.h?color=green&label=jc_test.h) [![Build Status](https://github.com/JCash/jctest/actions/workflows/build.yml/badge.svg)](https://github.com/JCash/jctest/actions/workflows/build.yml)

# Documentation

https://jcash.github.io/jctest/ (or [here](./docs/index.md))

# jctest

A C++ single file, header only test framework

See [documentation](https://jcash.github.io/jctest) for a full list of features

# Disclaimer

This software is supplied "AS IS" without any warranties and support

# License

[The MIT license](http://choosealicense.com/licenses/mit/)

# Contributing

* Make pull requests towards the `dev` branch.
* All tests must pass (on Travis-CI)
* No added warnings to the code (according to Travis-CI)
* New features must have unit tests

As a general rule, take care to keep the performance high in this library.

# Code of conduct

[Contributor covenant](./CODE_OF_CONDUCT.md)