Closed smothiki closed 8 years ago
Right now we are just passing receive type as mock and handling a mock git receive code for unit tests. Should be able to pass mock gitreceive function to the ssd.server() to execute as a git receive .
refer https://github.com/deis/builder/issues/333
We're doing even better by writing unit tests out for the gitreceive target. I think that is the direction we should continue.
Right now we are just passing receive type as mock and handling a mock git receive code for unit tests. Should be able to pass mock gitreceive function to the ssd.server() to execute as a git receive .