TheHipbot / hermes

Code Repository Manager
Apache License 2.0
4 stars 1 forks source link

Setup Mockgen for Test Mocks and Refactor Tests to Use It #13

Closed TheHipbot closed 6 years ago

TheHipbot commented 6 years ago

Writing mocks for each test is tedious, setup mockgen to create the necessary mocks (preferably using comments in the files), refactor the tests to use the generated mocks, and create a make target in the Makefile to re-generate mocks

TheHipbot commented 6 years ago

Setup and first mock done