aboutsummaryrefslogtreecommitdiffstats
path: root/models/admin_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-115/+0
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-25/+24
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-8/+9
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-32/+33
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-5/+7
* Unit tests for models/adminEthan Koenig2017-01-091-0/+111