You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by je...@apache.org on 2010/03/07 01:20:52 UTC

svn commit: r919895 - /incubator/libcloud/trunk/HACKING

Author: jerry
Date: Sun Mar  7 00:20:52 2010
New Revision: 919895

URL: http://svn.apache.org/viewvc?rev=919895&view=rev
Log:
Added testing information to HACKING

Modified:
    incubator/libcloud/trunk/HACKING

Modified: incubator/libcloud/trunk/HACKING
URL: http://svn.apache.org/viewvc/incubator/libcloud/trunk/HACKING?rev=919895&r1=919894&r2=919895&view=diff
==============================================================================
--- incubator/libcloud/trunk/HACKING (original)
+++ incubator/libcloud/trunk/HACKING Sun Mar  7 00:20:52 2010
@@ -1,12 +1,15 @@
 
 General Information
+===================
  * URL: http://incubator.apache.org/libcloud/devinfo.html
 
 Git Repositories
+===================
  * Official Git Mirror:  git://git.apache.org/libcloud.git
  * Github Mirror:        git://github.com/apache/libcloud.git
 
 Using The Git-SVN Bridge (For Committers)
+=========================================
 
  $ git clone git://git.apache.org/libcloud libcloud
  $ cd libcloud
@@ -29,3 +32,25 @@
 
  To push commits back to SVN:
  $ git svn dcommit
+
+Testing
+=======
+
+ To run all suites:
+
+  libcloud$ python setup.py test
+  running test
+  ................................................................................................
+  ----------------------------------------------------------------------
+  Ran 96 tests in 0.182s
+
+  OK
+
+ To run specific tests:
+
+  libcloud$ PYTHONPATH=. python test/test_base.py
+  .......
+  ----------------------------------------------------------------------
+  Ran 7 tests in 0.001s
+
+  OK