1
0
Fork 0
forked from kevadesu/forgejo
RSCC-Forge/tests
Nanguan Lin dc04044716
Replace assert.Fail with assert.FailNow ()
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
..
e2e Require MySQL 8.0, PostgreSQL 12, MSSQL 2012 () 2023-10-03 13:27:57 -04:00
fuzz Move fuzz tests into tests/fuzz () 2023-01-09 15:30:14 +08:00
gitea-lfs-meta Test views of LFS files () 2022-12-23 07:41:56 +08:00
gitea-repositories-meta Allow get release download files and lfs files with oauth2 token format () 2023-10-01 10:41:52 +00:00
integration Replace assert.Fail with assert.FailNow () 2023-10-11 11:02:24 +00:00
testdata/data/attachments/a/0 Allow get release download files and lfs files with oauth2 token format () 2023-10-01 10:41:52 +00:00
mssql.ini.tmpl Remove duplicated notify mail configuration on tests () 2023-09-05 12:34:36 +02:00
mysql.ini.tmpl Remove duplicated notify mail configuration on tests () 2023-09-05 12:34:36 +02:00
pgsql.ini.tmpl Remove duplicated notify mail configuration on tests () 2023-09-05 12:34:36 +02:00
sqlite.ini.tmpl Do not use deprecated log config options by default () 2023-08-20 01:05:29 +00:00
test_utils.go Allow get release download files and lfs files with oauth2 token format () 2023-10-01 10:41:52 +00:00