deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

add unit tests to the git post-receive hook #132

Closed arschles closed 8 years ago

arschles commented 8 years ago

Currently, most of the work is done in pkg/gitreceive/build.go and it's almost completely untested. This issue is for adding them, but will likely require non-trivial refactoring to enable better testability.

bacongobbler commented 8 years ago

fixed in #437