★ 1,727 · Updated 2026-09-16
Provides Jest testing patterns, factory functions, mocking strategies, and TDD workflows for unit testing.
Browse skills that share this tag.
★ 1,727 · Updated 2026-09-16
Provides Jest testing patterns, factory functions, mocking strategies, and TDD workflows for unit testing.
★ 1 · Updated 2026-09-15
Provides guidance and code patterns for writing Python tests using pytest, including fixtures, mocking, parametrization, and markers.
★ 1 · Updated 2026-09-14
Provides patterns for writing Python pytest tests, including fixtures, mocking, parametrization, markers, async tests, and CLI commands.
★ 509 · Updated 2026-09-10
Implement comprehensive testing strategies in Python using pytest, fixtures, mocking, and test-driven development.
★ 0 · Updated 2026-09-09
Generates automated unit, integration, and edge case test scaffolding and mocks based on existing production code.
★ 4 · Updated 2026-05-28
Test Vercel AI SDK code with correct mock fixtures and avoid V3 protocol bugs
★ 1 · Updated 2026-05-11
Create stable mocks for APIs, services, and UI components using MSW and fixture conventions
★ 57 · Updated 2026-05-11
Creates stable mocks for APIs, services, and UI components using MSW
★ 602 · Updated 2026-05-11
Creates stable mocks for APIs, services, and UI components using MSW
★ 38 · Updated 2026-05-09
Comprehensive Python testing strategies using pytest, TDD, fixtures, mocking, and coverage
★ 9 · Updated 2026-03-24
Write and understand testing best practices for web applications
★ 0 · Updated 2026-03-22
Write tests following AAA pattern, proper naming, and mocking strategies
★ 32 · Updated 2026-03-22
Test iOS apps with XCTest including unit tests, UI tests, mocks, and testing patterns for Swift and SwiftUI
★ 62 · Updated 2026-03-09
Generates NUnit 3 test code for C# applications with constraint model and Moq mocking
★ 0 · Updated 2026-02-14
Create or expand consumer-centric test suites and coverage for microservices while preserving behavior and meeting coverage targets.
★ 2,781 · Updated 2026-02-13
Create and assist with unittest test creation operations
★ 6 · Updated 2026-02-13
Generates mock implementations for Golang interfaces using mockery and go:generate to eliminate handwritten mock structs
★ 0 · Updated 2026-02-12
Implement Python testing strategies using pytest, fixtures, and mocking
★ 602 · Updated 2026-02-12
Uses mockery with go:generate to automatically generate mocks for Golang interfaces, eliminating manual mock creation
★ 570 · Updated 2026-02-12
Standards for unit testing, table-driven tests, and mocking in Golang.