Skip to content

v0.12

Compare
Choose a tag to compare
@geofffranks geofffranks released this 12 Jul 20:02
· 53 commits to master since this release

Improvements

  • Ali Zia added the noop() function to mocked modules, allowing you to easily override/mock
    out a list of functions that will just return 1, and do nothing else.

    Thanks Ali!