Skip to content

Commit b8bb77e

Browse files
committed
Add a disclaimer: tool vs practice
1 parent 6c60d20 commit b8bb77e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The library follows the principles outlined in ["Mocks and explicit contracts"](
1616
4. Rely on pattern matching and function clauses for asserting on the
1717
input instead of complex expectation rules
1818

19+
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).
20+
1921
[See the documentation](https://hexdocs.pm/mox) for more information.
2022

2123
## Installation

0 commit comments

Comments
 (0)