Author: tomaz
Date: Mon Jun 27 11:53:13 2011
New Revision: 1140123
URL: http://svn.apache.org/viewvc?rev=1140123&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=1140123&r1=1140122&r2=1140123&view=diff
==============================================================================
--- libcloud/site/trunk/content/testing.mdtext (original)
+++ libcloud/site/trunk/content/testing.mdtext Mon Jun 27 11:53:13 2011
@@ -7,8 +7,8 @@ title: Testing
To run the libcloud test suite you need to have the following extra
dependencies
installed:
-* mock (pip install mock)
-* coverage (pip install coverage) - you only need this library if you want to
+* mock (`pip install mock`)
+* coverage (`pip install coverage`) - you only need this library if you want to
generate a test coverage report
### Running Tests
@@ -24,5 +24,5 @@ To generate the test coverage run the fo
PYTHONPATH=. python setup.py coverage
-When it completes you should see a new `coverage` directory which
+When it completes you should see a new `` directory which
contains the test coverage.