mockery icon indicating copy to clipboard operation
mockery copied to clipboard

Simple mocking library for asynchronous testing in Elixir.

Results 2 mockery issues
Sort by recently updated
recently updated
newest added

Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the main reference doc for this Elixir library which leverage on latest features of ExDoc.

As the title suggests, the output is currently not very helpful when using pinned variables. See an example below: ```elixir assert_called Redix, :pipeline, [ :redix, [ ["HSET", ^access_token_namespace, ^id, ^access_token],...