[glom] Added a README file explaining how to run the tests



commit 9abdb28c4db60c35d8edd65c531a877e6cbf3aea
Author: Armin Burgmeier <armin arbur net>
Date:   Wed Jun 17 21:34:28 2009 +0200

    Added a README file explaining how to run the tests
    
    	* ldtp/README: Added a README file explaining how to run the tests.

 ChangeLog   |    4 ++++
 ldtp/README |   11 +++++++++++
 2 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 765ea9d..55e9194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-06-17  Armin Burgmeier  <armin openismus com>
 
+	* ldtp/README: Added a README file explaining how to run the tests.
+
+2009-06-17  Armin Burgmeier  <armin openismus com>
+
 	* ldtp/common.py: Added a common function to launch glom and wait for
 	its windows to appear into a new separate python script file.
 
diff --git a/ldtp/README b/ldtp/README
new file mode 100644
index 0000000..91d89ed
--- /dev/null
+++ b/ldtp/README
@@ -0,0 +1,11 @@
+To run all the tests, simply execute
+
+	ldtprunner test.xml
+
+This produces a glom-test-log.xml log file with the test results. To run a
+single test, simply launch the corresponding python script, such as
+
+	database-creation/self-hosted.py
+
+To add a new test, create a corresponding python script file and it to the
+list in test.xml.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]