summaryrefslogtreecommitdiffstats
path: root/services/gitdiff/main_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-1/+2
|
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Move access and repo permission to models/perm/access * fix test * fix git test * Move functions sequence * Some improvements per @KN4CK3R and @delvh * Move issues related code to models/issues * Move some issues related sub package * Merge * Fix test * Fix test * Fix test * Fix test * Rename some files
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
| | | | | | | * Use a struct as test options * Fix name * Fix test
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-2/+2
|
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Move db related basic functions to models/db * Fix lint * Fix lint * Fix test * Fix lint * Fix lint * revert unnecessary change * Fix test * Fix wrong replace string * Use *Context * Correct committer spelling and fix wrong replaced words Co-authored-by: zeripath <art27@cantab.net>
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-0/+16
* move git diff codes from models to services/gitdiff * fix template * fix test * fix template