go-toolkit icon indicating copy to clipboard operation
go-toolkit copied to clipboard

Use `require` instead of `assert` in tests

Open chocolatkey opened this issue 4 months ago • 0 comments

This is a low-priority issue. A lot of the tests use the assert functions to check if tests are passing. For many of these, we should be using require instead to stop execution of the test if, for example, there is an error during parsing, as there's no point in continuing with the test if an initial dependency fails

chocolatkey avatar Jul 27 '25 23:07 chocolatkey