All Versions
10
Latest Version
Avg Release Cycle
51 days
Latest Release
1468 days ago

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)
  • 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! )
  • v0.1.2 Changes

    January 15, 2019
    • โž• Add called and assert_called to assert function calls within (asynchronous) tests
  • 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