summaryrefslogtreecommitdiffstats
path: root/integrations/integration_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Error message for integration test (#2410)Ethan Koenig2017-08-281-1/+2
|
* Add integration tests for signin (#2363)David Schneiderbauer2017-08-231-4/+11
| | | Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* Cache session cookies in tests (#2128)Ethan Koenig2017-07-091-1/+8
|
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-7/+23
| | | * Helper functions for intergration test boilerplate
* Improve integration test helper functions (#2049)Ethan Koenig2017-06-251-2/+7
| | | Set request headers in helper functions, and new helper for requests with string-formatted URLs
* Fix bug in issue labels API (#2048)Ethan Koenig2017-06-251-1/+3
|
* Don't show non-comments in comments API (#2001)Ethan Koenig2017-06-181-0/+5
|
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-171-1/+1
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Use testing benchmark interface (#1993)Antoine GIRARD2017-06-171-8/+8
|
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-16/+33
|
* Fix setting.AppPath for integration tests (#1923)Kim "BKC" Carlbäcker2017-06-131-4/+13
|\ | | | | Fix setting.AppPath for integration tests
| * Absolute path for setting.CustomConfEthan Koenig2017-06-091-5/+11
| |
| * Fix setting.AppPath for integration testsEthan Koenig2017-06-091-1/+4
| |
* | Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-4/+13
|/
* Don't recreate database in integration tests (#1697)Ethan Koenig2017-05-111-6/+1
|
* remove sqlite tag when integration test with mysql/postgres AND recreate ↵Lunny Xiao2017-05-091-3/+9
| | | | database when init integration test (#1693)
* fix bug when push a branch name with / & fix an integration test bug (#1689)Lunny Xiao2017-05-081-5/+6
|
* Do not allow commiting to protected branch from online editor (#1502)Lauris BH2017-05-021-2/+81
| | | | | | * Do not allow commiting to protected branch from online editor * Add editor integration tests for adding new file and not allowing to add new file to protected branch
* MySQL, Postgres integration tests in drone (#1638)Ethan Koenig2017-04-301-7/+45
| | | | | | | | | | * MySQL, Postgres integration tests in drone * Fix .drone.yml * sign drone * resign drone
* improve integration test to resue models/fixtures and store git repos with ↵Lunny Xiao2017-04-281-1/+9
| | | | | | | | | | 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-0/+92
* Integration test framework * udpate drone sign * Formatting fixes and move router.go to routers/ * update sign for drone