gitstack

grindlemire/go-tui code browser

314 B markdown 13 lines 2026-03-02 · 66512ab raw

Testing

Demonstrates unit testing go-tui components without a real terminal using MockTerminal for capturing rendered output and MockEventReader for replaying queued events.

Run

go test ./...

Guide

For a detailed walkthrough, see the Testing guide.