Author: tomaz
Date: Mon Jun 27 12:00:16 2011
New Revision: 1140126
URL: http://svn.apache.org/viewvc?rev=1140126&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=1140126&r1=1140125&r2=1140126&view=diff
==============================================================================
--- libcloud/site/trunk/content/testing.mdtext (original)
+++ libcloud/site/trunk/content/testing.mdtext Mon Jun 27 12:00:16 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