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
- Host: GitHub
- URL: https://github.com/jcash/jctest
- Owner: JCash
- License: mit
- Created: 2019-02-10T16:59:23.000Z (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-13T13:59:54.000Z (over 2 years ago)
- Last Synced: 2025-04-10T14:38:55.998Z (about 1 year ago)
- Language: C++
- Homepage: https://jcash.github.io/jctest/
- Size: 5.01 MB
- Stars: 40
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
   [](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)