Added tests for all methods related to git mirroring.
Review Request #9435 — Created Dec. 10, 2017 and updated — Latest diff uploaded
Added
TestGetMirror
,TestClone
andTestPull
to git_repository_test.go
andTestGetMirrorAPI
toroutes_test.go
.
This is where most of the testing for previous related Review Requests
occurs.
The tests were run and passed.