Author: tomaz
Date: Sun Dec 30 06:14:35 2012
New Revision: 1426896

URL: http://svn.apache.org/viewvc?rev=1426896&view=rev
Log:
CMS commit to libcloud by tomaz

Modified:
    libcloud/site/trunk/content/testing.mdtext

Modified: libcloud/site/trunk/content/testing.mdtext
URL: 
http://svn.apache.org/viewvc/libcloud/site/trunk/content/testing.mdtext?rev=1426896&r1=1426895&r2=1426896&view=diff
==============================================================================
--- libcloud/site/trunk/content/testing.mdtext (original)
+++ libcloud/site/trunk/content/testing.mdtext Sun Dec 30 06:14:35 2012
@@ -31,6 +31,17 @@ command:
 
 `PYTHONPATH=. python setup.py test`
 
+#### Running a Single Test File
+
+To run the tests located in a single test file, move to the root of the 
repository and run the following
+command:
+
+`PYTHONPATH=. python libcloud/test/<path to test file>`
+
+For example:
+
+`PYTHONPATH=. python libcloud/test/libcloud/test/compute/test_ec2.py`
+
 ### Generating Test Coverage Report
 
 To generate the test coverage run the following command:


Reply via email to