gitea/modules/process
Nanguan Lin dc04044716
Replace assert.Fail with assert.FailNow (#27578)
assert.Fail() will continue to execute the code while assert.FailNow()
not. I thought those uses of assert.Fail() should exit immediately.
PS: perhaps it's a good idea to use
[require](https://pkg.go.dev/github.com/stretchr/testify/require)
somewhere because the assert package's default behavior does not exit
when an error occurs, which makes it difficult to find the root error
reason.
2023-10-11 11:02:24 +00:00
..
context.go Replace `interface{}` with `any` (#25686) 2023-07-04 18:36:08 +00:00
error.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
manager.go Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
manager_exec.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
manager_stacktraces.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
manager_test.go Replace assert.Fail with assert.FailNow (#27578) 2023-10-11 11:02:24 +00:00
manager_unix.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
manager_windows.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
process.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00