Skip to content

Conversation

@tugglecore
Copy link

Attest repo

Below is a snippet from README:

Cross-platform, heap-free C test framework with parameterized and lifecycle-aware tests, assertions with ad-hoc formatting and detailed failure diagnostics.

MIT License

  • Zero Dynamic Allocation: Performs no heap allocation. It operates on static storage.
  • Parameterized Testing: Reduce boilerplate by running the same test logic against multiple data sets.
  • Lifecycle Management: Includes setup and teardown hooks with context-passing.
  • Rich Assertions: expect-style assertions with support for ad-hoc formatting for descriptive messges.
  • Test Categorization: Use tags to organize your suite, allowing you to filter groups of tests.
  • Fine-Grained Orchestration: Built-in support for skipping or retrying tests to handle any environment.
  • Lightweight & Cross-Platorm: Supports Windows, MacOS and Linux with a minimal memory footprint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant