We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86548c6 commit 8d1ba33Copy full SHA for 8d1ba33
mockredis/noseplugin.py
@@ -1,8 +1,13 @@
1
"""
2
This module includes a nose plugin that allows unit tests to be run with a real
3
-redis-server instance running locally (assuming redis-py) is installed. This provides
4
-a simple way to verify that mockredis tests are accurate (at least for a particular
5
-version of redis-server and redis-py).
+redis-server instance, as long as redis-py is installed.
+
+This provides a simple way to verify that mockredis tests are accurate (at least
6
+for a particular version of redis-server and redis-py).
7
8
+Usage:
9
10
+ nosetests --use-redis [--redis-host <localhost>] [--redis-database <db>] [args]
11
12
For this plugin to work, several things need to be true:
13
0 commit comments