SkillAgentSearch skills...

Cute

C++ unit test executor

Install / Use

/learn @Kosta-Github/Cute
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

cute: C++ unit test executor

Builds

| System | Status | |----------|--------| | Travis | Build Status | | AppVeyor | Build status |

Feature set

  • uses C++11 features
  • no external dependencies
  • header-only
  • supports multi-threaded test cases and is thread-safe
  • supports tags for test case filtering
  • can use custom reporters (provided: simple ide/console reporter, JUnit XML reporter)
  • supports per test case temporary folder with automatic cleanup
  • planned: provides capabilities for mocking classes and interfaces

status: beta

The development has just started and is not considered to be production-ready at the moment.

usage

related work

cute is based on the following ideas and frameworks:

dependencies

  • cmake: only required for building and executing the self-test unit test suite

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated4y ago
Forks2

Languages

C++

Security Score

75/100

Audited on Mar 3, 2022

No findings