You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/unittest
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.
10 months ago
..
consistency.go Replace assert.Fail with assert.FailNow (#27578) 10 months ago
fixtures.go Enable forbidigo linter (#24278) 1 year ago
fscopy.go Use ErrInvalidArgument in packages (#22268) 2 years ago
reflection.go Replace `interface{}` with `any` (#25686) 1 year ago
testdb.go Refactor system setting (#27000) 10 months ago
unit_tests.go Test query must have "order by" explicitly to avoid unstable results (#24963) 1 year ago