meekrosoft / fff

A testing micro framework for creating function test doubles
Other
761 stars 167 forks source link

Clear `fff.call_history` when calling `FFF_RESET_HISTORY` #59

Closed codehearts closed 5 years ago

codehearts commented 5 years ago

FFF_RESET_HISTORY now clears out the call history, resolving #50. Hopefully this was the right way to go about it!

meekrosoft commented 5 years ago

Hi Kate,

This looks great! Could you please also add the generated fff.h to the commit, so that if someone downloads from the github source the code matches the output?

Thanks for the contribution!

codehearts commented 5 years ago

The generated fff.h is there, the workstations at my company don't have ruby so that's what we rely on :relaxed:

meekrosoft commented 5 years ago

Oh yes, my bad...looks great - I'll merge that in. Thanks for the contribution!