]> source.dussan.org Git - gitea.git/commit
Improve integration test helper functions (#2049)
authorEthan Koenig <etk39@cornell.edu>
Sun, 25 Jun 2017 00:15:42 +0000 (20:15 -0400)
committerLunny Xiao <xiaolunwen@gmail.com>
Sun, 25 Jun 2017 00:15:42 +0000 (08:15 +0800)
commitf64c232953d13043b262dc8da55acb3738e58d15
tree9f1e88ff351e10be789783254fa51f8fe9c342a7
parent3ffedeab03a80e7345823d118042d17a3e3d9b52
Improve integration test helper functions (#2049)

Set request headers in helper functions, and new helper for requests with string-formatted URLs
13 files changed:
integrations/api_comment_test.go
integrations/api_team_test.go
integrations/change_default_branch_test.go
integrations/delete_user_test.go
integrations/editor_test.go
integrations/integration_test.go
integrations/issue_test.go
integrations/pull_create_test.go
integrations/pull_merge_test.go
integrations/repo_commits_test.go
integrations/repo_fork_test.go
integrations/repo_migrate_test.go
integrations/signup_test.go