- Fix extracting preserved mock functions (thanks for reporting @naag)
- Add ability to "preserve" mock module definitions through out test case using
preserve: true
(feature request by @aalepis)
- Tackle possible not mocked error when unloading modules
- Fix error when trying to mock functions with arity 0
- Register mocked functions at
MecksUnit.Server
- Fix
ExCoveralls
related errors by unloading all mocked modules before calculating the test coverage (w00t!)
- Accept extra pattern match argument for mocked_test
- Improve efficiency when mocking modules
- Solve
:meck
related compile errors when using MecksUnit in multiple test files (yay! ^^)
- Add
called
andassert_called
to assert function calls within (asynchronous) tests
- This version is retired as the assertion of function calls (extracted from Mock) are not supported in asynchronous tests (forgot about that)
- Initial release