mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
Allow each test to be a subtest, so users can run things like: ```sh go test -v ./... -run 'TestRendererIssues/107' ``` In order to run a single issue test, which helps when trying to fix a new one. Signed-off-by: Carlos A Becker <caarlos0@gmail.com>