All Versions
10
Latest Version
Avg Release Cycle
123 days
Latest Release
1475 days ago

Changelog History

  • v0.2.9 Changes

    April 11, 2020

    🤡 You can now create mocks from modules like :erlang and :inet

  • v0.2.8 Changes

    October 20, 2017

    Thanks to @facto for this PR. There are no changes in the API or usage.

  • v0.2.7 Changes

    October 18, 2017

    🤡 Thanks to @facto, you can now do assert or refute that a function on a mock was called with a struct.

    Assume you have defined a struct named Person, you can now do the following:

    assert\_called my\_mock.my\_function(Matchers.any(%Person{}))
    

    📚 For more context, see documentation for more details on the any/1 matcher.

  • v0.2.6 Changes

    October 16, 2017

    👍 Allow nils to be injected into mock definitions from test contexts.

    Thanks @facto for PR.

  • v0.2.5

    October 09, 2017
  • v0.2.4 Changes

    August 03, 2017

    ➕ Adds ability to deep match on maps. See documentation for details

  • v0.2.3

    July 22, 2017
  • v0.2.2

    June 03, 2017
  • v0.2.1

    May 20, 2017
  • v0.2.0

    April 04, 2017