mirror of
1
Fork 0
forgejo/models/db
Lunny Xiao 673cf6af76
make writing main test easier ()
This PR removed `unittest.MainTest` the second parameter
`TestOptions.GiteaRoot`. Now it detects the root directory by current
working directory.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-09-28 01:38:53 +00:00
..
install
paginator make writing main test easier () 2023-09-28 01:38:53 +00:00
common.go Fix NuGet search endpoints () 2023-08-14 02:50:55 +00:00
consistency.go
context.go Improve DeleteByID () 2023-09-05 08:11:35 +02:00
context_committer_test.go
context_test.go
convert.go Support converting varchar to nvarchar for mssql database () 2023-04-17 21:22:10 +08:00
engine.go Rename `Sync2` -> `Sync` () 2023-08-13 21:17:21 +02:00
engine_test.go Rename `Sync2` -> `Sync` () 2023-08-13 21:17:21 +02:00
error.go Replace `interface{}` with `any` () 2023-07-04 18:36:08 +00:00
index.go Fix index generation parallelly failure () 2023-06-15 02:14:43 +02:00
index_test.go
iterate.go
iterate_test.go Allow adding new files to an empty repo () 2023-04-19 21:40:42 +08:00
list.go
list_test.go Use more specific test methods () 2023-04-22 17:56:27 -04:00
log.go Replace `interface{}` with `any` () 2023-07-04 18:36:08 +00:00
main_test.go make writing main test easier () 2023-09-28 01:38:53 +00:00
name.go
search.go Split lfs size from repository size () 2023-06-28 22:41:02 +00:00
sequence.go Refactor `setting.Database.UseXXX` to methods () 2023-03-07 18:51:06 +08:00
sql_postgres_with_schema.go