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/24 18:03:25 UTC

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

Author: buildbot
Date: Fri Jun 24 16:03:25 2011
New Revision: 791510

Log:
Staging update by buildbot

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

Added: websites/staging/libcloud/trunk/content/testing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/testing.html (added)
+++ websites/staging/libcloud/trunk/content/testing.html Fri Jun 24 16:03:25 2011
@@ -0,0 +1,129 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+  <title>Apache Libcloud Python library - Testing</title>
+  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
+  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
+  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
+  <script src="js/libcloud.js" type="text/javascript"></script>
+  <link rel="stylesheet" href="css/screen.css" type="text/css">
+  <link rel="stylesheet" href="css/libcloud.css" type="text/css">
+  <link rel="stylesheet" href="css/code.css" type="text/css">
+  <link rel="icon" type="image/png" href="images/favicon.png"/>
+</head>
+<body>
+  <div class="container">
+    <div id="header" class="span-24 last">
+      
+      <h1>Apache Libcloud <span>a unified interface to the cloud</span></h1>
+      
+    </div>
+
+    <div id="banner" class="span-24 last">
+      
+      <h2>Testing</h2>
+      
+    </div>
+
+    <div id="feature" class="container">
+      
+      
+    </div>
+
+    
+    <div id="sidebar" class="span-8 border">
+      
+<h2><a href="index.html">home</a></h2>
+<h2><a href="news.html">news</a></h2>
+<h2><a href="about.html">about</a></h2>
+<h2><a href="getting-started.html">getting started</a></h2>
+<h2><a href="whos-using.html">who's using libcloud?</a></h2>
+<h2><a href="devinfo.html">developer information</a></h2>
+<h2><a href="contributing.html">contributing</a></h2>
+<h2><a href="downloads.html">downloads</a></h2>
+
+
+
+
+<h3>Developer sprint at EuroPython</h3>
+<div id="help">
+    <a href="http://wiki.apache.org/libcloud/EuroPython%202011%20Sprint"><img src="images/europython-logo_small.png" alt="Developer 
+        sprint at EuroPython in Florence, Italy (20-26 June, 2011)" /><br /> Join us!</a>
+</div>
+
+<h3>Links</h3>
+<div id="twitter-logo">
+  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
+</div>
+
+<div id="apache-logo">
+  <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
+      Software Foundation" /></a>
+</div>
+
+<h3>Get it</h3>
+<div id="get-it">
+    Latest release: <a href="/downloads.html">0.5.0 </a>(25 May, 2011)
+</div>
+
+<h3>Need help?</h3>
+<div id="help">
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
+        href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
+</div>
+
+
+
+    </div>
+    
+
+    <div id="main" class="span-16 last">
+      
+      <h2 id="testing">Testing</h2>
+<h3 id="prerequisites">Prerequisites</h3>
+<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
+ generate a test coverage report</li>
+</ul>
+<h3 id="running_tests">Running Tests</h3>
+<p>To run the tests move to the root of the repository and run the following
+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 <code>coverage</code> directory which
+contains the test coverage.</p>
+      
+    </div>
+
+    <div id="footer" class="span-24">
+    <a href="http://www.apache.org/licenses/">License</a> | <a
+    href="/security.html">Security</a> | <a
+    href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
+<a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
+
+Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
+Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud
+project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+
+    </div>
+  </div>
+<script type="text/javascript">
+var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
+document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+</script>
+<script type="text/javascript">
+try {
+var pageTracker = _gat._getTracker("UA-23580482-1");
+pageTracker._trackPageview();
+} catch(err) {}
+</script>
+
+</body>
+</html>