From 7a91eb7e1d20bf99ce4fa9d751c02b7b4d100d45 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Fri, 19 Aug 2022 13:19:02 -0400 Subject: tests(850): add tests for comment ls, add and edit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ad7e6209..889346c6 100644 --- a/README.md +++ b/README.md @@ -298,6 +298,13 @@ You can now run `make` to build the project, or `make install` to install the bi To work on the web UI, have a look at [the dedicated Readme.](webui/Readme.md) +Some tests for the CLI use golden files, if the output of CLI commands is +changed, run the following command, then inspect the changed files in +`commands/testdata/...` to make sure the output text is as expected: + +```shell +go test ./commands -update +``` ## Contributors :heart: -- cgit