v0.1-alpha
Pre-release
Pre-release
We're happy to to announce the first pre-release ever of the Carbon library!
Some of the core features of this 0.1-alpha version are:
- Assertions (
carbon_should_*
statements) against basic data types (int
,void *
,char *
and boolean statements). - Global and local test suite creation.
- Sequential test execution.
- Self-hosted testing library (is tested with itself).
- Custom logging and stdout results output.
- Suite total execution time reporting.
Note
Currently the library has pretty basic yet useful functionality. However, new releases will come with great features, such as JUnit XML results output, GitHub Actions integration and results summary formatting, etc. Stay tuned!