summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index af067e7..fe37ff9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -68,6 +68,14 @@ configuration](https://redis.io/topics/sentinel).
## Testing
+Call `invoke tests` to run all tests, or `invoke all-tests` to run linters
+tests as well. With the 'tests' and 'all-tests' targets, all Redis and
+RedisCluster tests will be run.
+
+It is possible to run only Redis client tests (with cluster mode disabled) by
+using `invoke redis-tests`; similarly, RedisCluster tests can be run by using
+`invoke cluster-tests`.
+
Each run of tox starts and stops the various dockers required. Sometimes
things get stuck, an `invoke clean` can help.