Workflow

2 posts tagged “Workflow”. All posts →

Go Tests as Living Documentation: The Spec View

Tests as documentation that can't drift: gotest's spec view turns Go tests into living specification documents in terminal, markdown, and JSON.

Go Test Watch Mode and Focused Tests: The Inner Loop

Go test watch mode, F_ focus prefixes, and spec output: how gotest compresses the change-test-read cycle from 30 seconds to under one.