aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/signup_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* add configuration option to restrict users by default (#16256)Richard Nienaber2021-07-151-0/+23
* Add email validity check (#13475)Chris Shyi2020-11-141-0/+38
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-1/+1
* Fix password complexity check on registration (#8887)guillep2k2019-11-091-2/+2
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-6/+2
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-1/+0
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-10/+6
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-4/+2
* improve integration test to resue models/fixtures and store git repos with te...Lunny Xiao2017-04-281-2/+2
* Integration test framework (#1290)Ethan Koenig2017-04-251-22/+28
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-3/+3
* Add integration test for signup (#1135)Mura Li2017-03-111-0/+35