[svn-commits] russell: testsuite/asterisk/trunk r315 - /asterisk/trunk/README.txt
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Fri May 28 04:43:56 CDT 2010
Author: russell
Date: Fri May 28 04:43:54 2010
New Revision: 315
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=315
Log:
Add a note about coding guidelines for Python code.
Modified:
asterisk/trunk/README.txt
Modified: asterisk/trunk/README.txt
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/README.txt?view=diff&rev=315&r1=314&r2=315
==============================================================================
--- asterisk/trunk/README.txt (original)
+++ asterisk/trunk/README.txt Fri May 28 04:43:54 2010
@@ -268,7 +268,8 @@
--------------------------------------------------------------------------------
There are some python modules included in lib/python/ which are intended
-to help with writing tests in python.
+to help with writing tests in python. Python code in the testsuite should be
+formatted according to PEP8: http://www.python.org/dev/peps/pep-0008/.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
More information about the svn-commits
mailing list