You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/08/10 15:56:32 UTC

svn commit: r984012 - /subversion/trunk/subversion/bindings/swig/python/README

Author: julianfoad
Date: Tue Aug 10 13:56:31 2010
New Revision: 984012

URL: http://svn.apache.org/viewvc?rev=984012&view=rev
Log:
* subversion/bindings/swig/python/README
  Add brief notes on how to run the tests.

Modified:
    subversion/trunk/subversion/bindings/swig/python/README

Modified: subversion/trunk/subversion/bindings/swig/python/README
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/python/README?rev=984012&r1=984011&r2=984012&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/python/README (original)
+++ subversion/trunk/subversion/bindings/swig/python/README Tue Aug 10 13:56:31 2010
@@ -37,3 +37,14 @@ TRANSLATING PARAMETER LISTS
               foo(function)
           except:
               # handle it
+
+
+RUNNING THE TESTS
+
+   $ cd subversion/bindings/swig/python
+   $ python ./tests/run_all.py --help
+   $ python ./tests/run_all.py [TEST...]
+
+   where TEST can be the name of a test suite ('core', 'mergeinfo',
+   'client', etc.), or see '--help' for other options.  The default is to
+   run the tests in all modules.