mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
* feat(cli): add golden tests for errors (#11588) Creates golden files from `coder/cli/errors.go`. Adds a unit test to test against golden files. Adds a make file command to regenerate golden files. Abstracts test against golden files.
This commit is contained in:
7
cli/testdata/coder_exp_example-error_multi-error.golden
vendored
Normal file
7
cli/testdata/coder_exp_example-error_multi-error.golden
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
Encountered an error running "coder exp example-error multi-error", see "coder exp example-error multi-error --help" for more information
|
||||
error: 3 errors encountered: Trace=[wrapped: ])
|
||||
1. first error: function decided not to work, and it never will
|
||||
2. second error: function decided not to work, and it never will
|
||||
3. Trace=[wrapped api error: ]
|
||||
Top level sdk error message.
|
||||
magic dust unavailable, please try again later
|
Reference in New Issue
Block a user