JosiahWitt / ensure

A balanced test framework for Go
MIT License
8 stars 0 forks source link

Cleanup mockgen files when `ensure generate mocks` is terminated early #33

Closed nc-wittj closed 3 years ago

nc-wittj commented 3 years ago

If you terminate ensure generate mocks while the mocks are being generated, it can lead to mockgen reflection files cluttering the file system. Before exiting, clean these up.

JosiahWitt commented 3 years ago

Closed via https://github.com/JosiahWitt/ensure-cli/pull/5