You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by bu...@apache.org on 2011/06/27 13:53:22 UTC

svn commit: r791664 - /websites/staging/libcloud/trunk/content/testing.html

Author: buildbot
Date: Mon Jun 27 11:53:22 2011
New Revision: 791664

Log:
Staging update by buildbot

Modified:
    websites/staging/libcloud/trunk/content/testing.html

Modified: websites/staging/libcloud/trunk/content/testing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/testing.html (original)
+++ websites/staging/libcloud/trunk/content/testing.html Mon Jun 27 11:53:22 2011
@@ -85,8 +85,8 @@
 <p>To run the libcloud test suite you need to have the following extra dependencies
 installed:</p>
 <ul>
-<li>mock (pip install mock)</li>
-<li>coverage (pip install coverage) - you only need this library if you want to
+<li>mock (<code>pip install mock</code>)</li>
+<li>coverage (<code>pip install coverage</code>) - you only need this library if you want to
  generate a test coverage report</li>
 </ul>
 <h3 id="running_tests">Running Tests</h3>
@@ -96,7 +96,7 @@ command:</p>
 <h3 id="generating_test_coverage_report">Generating Test Coverage Report</h3>
 <p>To generate the test coverage run the following command:</p>
 <p>PYTHONPATH=. python setup.py coverage</p>
-<p>When it completes  you should see a new <code>coverage</code> directory which
+<p>When it completes  you should see a new `` directory which
 contains the test coverage.</p>
       
     </div>