You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by tr...@apache.org on 2005/04/12 14:49:33 UTC

svn commit: r161046 - maven/continuum/trunk/continuum-core-it/README.txt

Author: trygvis
Date: Tue Apr 12 05:49:31 2005
New Revision: 161046

URL: http://svn.apache.org/viewcvs?view=rev&rev=161046
Log:
o Adding some docs.

Added:
    maven/continuum/trunk/continuum-core-it/README.txt

Added: maven/continuum/trunk/continuum-core-it/README.txt
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-core-it/README.txt?view=auto&rev=161046
==============================================================================
--- maven/continuum/trunk/continuum-core-it/README.txt (added)
+++ maven/continuum/trunk/continuum-core-it/README.txt Tue Apr 12 05:49:31 2005
@@ -0,0 +1,29 @@
+* Files
+
+ [[add-*]]: These scripts will add the respective projects to Continuum.
+
+ [[cli.py]] is a small library for making interactive command line
+            programs. It's used by continuum_cli.py
+
+ [[continuum.py]] is a reusable library for interfacing with Continuum over
+                  the XML-RPC interface. It's used by the integration tests.
+
+ [[continuum_cli.py]] is a interactive command line interface to Continuum.
+                      Start it with this command:
+ ------------------------------------------------------------------------------
+ $ python continuum_cli.py
+ ------------------------------------------------------------------------------
+                      and write "help" at the command prompt to list all
+                      available commands.
+
+ [[it.py]] is the integration tests. Se the next section for more information.
+
+* Integration tests
+
+These integration tests are executed by the it.py program. It assumes that you
+have Continuum running on localhost, with the XML-RPC interface running on port
+8000.
+
+To run the tests execute the script like this:
+
+$ python it.py



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org