Skip to content

Commit

Permalink
readme improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
amatalai committed Oct 16, 2017
1 parent 7a0a97e commit a485416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Simple mocking library for asynchronous testing in Elixir.

* It does not allow to mock non-existent function

It checks if original module exports function you are trying to mock
It checks if original module exports function you are trying to call

* Mock created in one test doesn't interfere with other tests

Expand Down Expand Up @@ -189,6 +189,8 @@ For more information see [docs](https://hexdocs.pm/mockery/Mockery.Assertions.ht

#### History

![history example](https://raw.githubusercontent.com/appunite/mockery/master/history.jpeg)

Mockery.History module provides more descriptive failure messages for
assert_called/{3,4} and refute_called/{3,4} that includes colorized list of
argument passed to given function in scope of single test process.
Expand Down
Binary file added history.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a485416

Please sign in to comment.