summaryrefslogtreecommitdiffstats
path: root/integrations/signup_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-6/+2
| | | * Helper functions for intergration test boilerplate
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-1/+0
| | | Set request headers in helper functions, and new helper for requests with string-formatted URLs
* 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 ↵Lunny Xiao2017-04-281-2/+2
| | | | | | | | | | tests (#1627) * improve integration test to resue models/fixtures and store git repos with source * use gitea-integration-meta dir instead .tar.gz and cleanup every before every test * fix import package name
* Integration test framework (#1290)Ethan Koenig2017-04-251-22/+28
| | | | | | | | | | * Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone
* 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
* Add integration test for signup * Remove unused functions * Refactoring * Add repo_create_test.go * Rollback the incomplete repo create test * Comply with linter requirements and simplify the code a little bit