jawher / mow.cli

A versatile library for building CLI applications in Go
MIT License
872 stars 55 forks source link

Example of writing test #117

Open b00f opened 3 years ago

b00f commented 3 years ago

Do you have any example about who to write tests for command and subcommands?

TomFreudenberg commented 2 years ago

Hey @b00f you may checkout this:

https://github.com/TomFreudenberg/golang-cli-cmd-dev-starter/tree/master-local/src/internal/cmd/hello