aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/delete_user_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-2/+3
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+3
* Move user follow and openid into models/user/ (#17613)Lunny Xiao2021-11-171-2/+3
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-12/+12
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-10/+11
* Add option to change username to the admin panel (#14229)65432021-01-101-15/+0
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-3/+3
* Refactor User Settings (#3900)David Schneiderbauer2018-05-151-4/+4
* Add integration test for user deleting account (#2891)Ethan Koenig2017-11-121-2/+45
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-11/+4
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-1/+0
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-171-1/+1
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-9/+5
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-4/+2
* Fix and test for delete user (#1713)Ethan Koenig2017-05-201-0/+41