Author: tomaz
Date: Mon Jun 27 12:10:30 2011
New Revision: 791672
Log:
Publishing merge to libcloud site by tomaz
Modified:
websites/production/libcloud/ (props changed)
websites/production/libcloud/content/testing.html
Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jun 27 12:10:30 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-791668
+/websites/staging/libcloud/trunk:787380-791670
Modified: websites/production/libcloud/content/testing.html
==============================================================================
--- websites/production/libcloud/content/testing.html (original)
+++ websites/production/libcloud/content/testing.html Mon Jun 27 12:10:30 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>