qur / withmock

Automatic Go package mock generation tool
Other
71 stars 9 forks source link

Can't mock os/signal package #34

Closed qur closed 10 years ago

qur commented 10 years ago

The signal package calls private functions that we have replaced with stubs from an init function - but we don't actually need to call the init functions for mocked stdlib packages.