Author: buildbot
Date: Mon Jun 27 12:10:00 2011
New Revision: 791670
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 12:10:00
2011
@@ -95,8 +95,8 @@ command:</p>
<p><code>PYTHONPATH=. python setup.test test</code></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 `` directory which
+<p><code>PYTHONPATH=. python setup.py coverage</code></p>
+<p>When it completes you should see a new <code>coverage_html_report</code>
directory which
contains the test coverage.</p>
</div>