summaryrefslogtreecommitdiffstats
path: root/integrations/repo_fork_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-2/+2
| | | | | | * Fix data race in testlogger * Update git_helper_for_declarative_test.go
* Use httptest in integration tests (#3080)Ethan Koenig2017-12-041-1/+2
|
* Fix so that user can still fork his own repository to owned organizations ↵Lauris BH2017-10-151-7/+28
| | | | | | | | | | (#2699) * Fix so that user can still fork his own repository to his organizations * Fix to only use owned organizations * Add integration test for forking own repository to owned organization
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-10/+5
| | | * 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
* fix golint error and rename func for suggestion. (#1997)Bo-Yi Wu2017-06-171-2/+2
| | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Consolidate boilerplate in integration tests (#1979)Ethan Koenig2017-06-171-14/+8
|
* Add integration test for pull-request merge (#1912)Mura Li2017-06-151-1/+3
|
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-10/+5
|
* Add integration test for repository forkingMura Li2017-06-071-0/+67