You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2012/12/30 07:12:45 UTC

svn commit: r1426895 - /libcloud/site/trunk/content/testing.mdtext

Author: tomaz
Date: Sun Dec 30 06:12:45 2012
New Revision: 1426895

URL: http://svn.apache.org/viewvc?rev=1426895&view=rev
Log:
CMS commit to libcloud by tomaz

Modified:
    libcloud/site/trunk/content/testing.mdtext

Modified: libcloud/site/trunk/content/testing.mdtext
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/testing.mdtext?rev=1426895&r1=1426894&r2=1426895&view=diff
==============================================================================
--- libcloud/site/trunk/content/testing.mdtext (original)
+++ libcloud/site/trunk/content/testing.mdtext Sun Dec 30 06:12:45 2012
@@ -7,8 +7,9 @@ title: Testing
 To run the libcloud test suite you need to have the following extra dependencies
 installed:
 
-* tox (pip install mock) - you only need this library if you want to use tox to run the tests
+* tox (pip install tox) - you only need this library if you want to use tox to run the tests with all the supported Python versions
 * mock (pip install mock)
+* lockfile (pip install lockfile) - only used in the local storage storage driver
 * coverage (pip install coverage) - you only need this library if you want to
  generate a test coverage report
 
@@ -37,4 +38,4 @@ To generate the test coverage run the fo
 `PYTHONPATH=. python setup.py coverage`
 
 When it completes  you should see a new `coverage_html_report` directory which
-contains the test coverage.
+contains the test coverage.
\ No newline at end of file