Tag: #mock
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 3 posts
Go Testing Complete Guide: Unit Tests, Mocks, and Stubs
A complete guide to writing production-quality tests in Go, from the testing package basics and table-driven tests to testify, gomock, httptest, and Mock/Stub patterns.
2026-03-17 · 19 min read #go#golang#testing#unittest#mockTypeScript Testing Complete Guide: Jest, Vitest, MSW, Mock & Stub in Practice
A complete guide to TypeScript testing covering Jest and Vitest setup, jest.fn/spyOn/mock, API mocking with MSW, Stub patterns, mock servers with json-server, and real-world TDD examples.
2026-03-17 · 20 min read #typescript#jest#vitest#msw#mockSoftware Testing Patterns Complete Guide: Stub, Mock, Spy, Fake
A comprehensive guide to the Test Double taxonomy by Gerard Meszaros — covering the differences between Dummy, Stub, Spy, Mock, and Fake, along with practical TDD/BDD strategies and real-world code examples.
2026-03-17 · 19 min read #테스팅#mock#stub#spy#tdd