From d32719c3940ef2da7e909d873916d38d90582271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 24 Mar 2024 22:48:33 +0100 Subject: [PATCH] Add a disclaimer: tool vs practice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7891b16..8a5bc28 100644 --- a/README.md +++ b/README.md @@ -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