summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 0f20d84..a3fa2e4 100644
--- a/README
+++ b/README
@@ -198,6 +198,11 @@ All pull request should pass the test suite, which can be launched simply with:
$ python setup.py test
+.. note::
+
+ Running test requires the unittest2 (standard in Python 2.7+) and mock libraries.
+
+
In order to test coverage, please use:
.. code-block:: sh