You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ The library follows the principles outlined in ["Mocks and explicit contracts"](
16
16
4. Rely on pattern matching and function clauses for asserting on the
17
17
input instead of complex expectation rules
18
18
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
+
19
21
[See the documentation](https://hexdocs.pm/mox) for more information.
0 commit comments