Skip to content

Commit

Permalink
Add a disclaimer: tool vs practice
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Mar 24, 2024
1 parent 877b86f commit d32719c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The library follows the principles outlined in ["Mocks and explicit contracts"](
4. Rely on pattern matching and function clauses for asserting on the
input instead of complex expectation rules

The goal behind Mox is to help you think and define the contract between the different parts of your application. In the opinion of Mox maintainers, as long as you follow those guidelines and keep your tests concurrent, any library for mocks may be used (or, in certain cases, you may not even need one).

[See the documentation](https://hexdocs.pm/mox) for more information.

## Installation
Expand Down

0 comments on commit d32719c

Please sign in to comment.