All Versions
10
Latest Version
Avg Release Cycle
51 days
Latest Release
1610 days ago
Changelog History
Changelog History
-
v0.1.9 Changes
April 19, 2020- ๐คก Interpolate module attributes into mocked modules (thanks for reporting @Kintull)
- โ Ignore non-path arguments when running tests (thanks for reporting @hrubi)
-
v0.1.8 Changes
March 29, 2019- ๐ Fix extracting preserved mock functions (thanks for reporting @naag)
-
v0.1.7 Changes
March 09, 2019- โ Add ability to "preserve" mock module definitions through out test case using
preserve: true
(feature request by @aalepis)
- โ Add ability to "preserve" mock module definitions through out test case using
-
v0.1.6 Changes
January 24, 2019- ๐คก Tackle possible not mocked error when unloading modules
-
v0.1.5 Changes
January 22, 2019- ๐ 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!)
-
v0.1.4 Changes
January 22, 2019- โ Accept extra pattern match argument for mocked_test
- ๐ Improve efficiency when mocking modules
-
v0.1.3 Changes
January 21, 2019- โ
Solve
:meck
related compile errors when using MecksUnit in multiple test files (yay! )
- โ
Solve
-
v0.1.2 Changes
January 15, 2019- โ Add
called
andassert_called
to assert function calls within (asynchronous) tests
- โ Add
-
v0.1.1 Changes
January 14, 2019- โ This version is retired as the assertion of function calls (extracted from Mock) are not supported in asynchronous tests (forgot about that)
-
v0.1.0 Changes
January 12, 2019- ๐ Initial release