[svn-commits] russell: testsuite/asterisk/trunk r158 - /asterisk/trunk/README.txt

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 30 14:11:25 CDT 2010


Author: russell
Date: Tue Mar 30 14:11:21 2010
New Revision: 158

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=158
Log:
Minor README updates

Modified:
    asterisk/trunk/README.txt

Modified: asterisk/trunk/README.txt
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/README.txt?view=diff&rev=158&r1=157&r2=158
==============================================================================
--- asterisk/trunk/README.txt (original)
+++ asterisk/trunk/README.txt Tue Mar 30 14:11:21 2010
@@ -19,6 +19,8 @@
     Writing Tests:
         4) Test Anatomy
         5) Test Configuration
+        6) Tests in Python
+        7) Tests in Lua
 
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------
@@ -53,7 +55,11 @@
 Optional (needed by specific tests):
         - bash
         - SIPp
+            - Download the latest unstable release
         - asttest
+            - included with the test suite
+        - starpy
+            - http://www.vrplumber.com/programming/starpy/
 
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------
@@ -188,5 +194,27 @@
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------
 
-================================================================================
-================================================================================
+--------------------------------------------------------------------------------
+--- 6) Tests in Python
+--------------------------------------------------------------------------------
+
+        There are some python modules included in lib/python/ which are intended
+to help with writing tests in python.
+
+--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
+
+--------------------------------------------------------------------------------
+--- 7) Tests in Lua
+--------------------------------------------------------------------------------
+
+        The asttest framework included in the asttest directory provides a lot
+of functionality to make it easy to write Asterisk tests in Lua.  Take a look at
+the asttest README as well as some of the existing Lua tests for more
+information.
+
+--------------------------------------------------------------------------------
+--------------------------------------------------------------------------------
+
+================================================================================
+================================================================================




More information about the svn-commits mailing list