AI AGENT ADDONS

Cpp Testing

affaan-m/ecc
Testing & QA
774installs

This skill helps you write and fix tests for C++ programs. It uses tools like GoogleTest and GoogleMock to check if your code works correctly. You can test small pieces of code or how different parts work together.

Testing saves time by catching bugs early. The skill shows you how to set up tests with CMake and CTest. It also covers mocking to replace complex parts of your system with simple stand-ins.

You will learn the TDD loop where you write a test first, then make it pass, then clean up your code. This keeps your projects reliable and easier to change later.

Add Cpp Testing skill to your workflow

Global

mkdir -p ~/.claude/skills/cpp-testing

Project

mkdir -p .claude/skills/cpp-testing

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago