[Erp5-report] r10069 - /erp5/trunk/products/ERP5/tests/testGis.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Sep 18 09:59:37 CEST 2006


Author: romain
Date: Mon Sep 18 09:59:30 2006
New Revision: 10069

URL: http://svn.erp5.org?rev=10069&view=rev
Log:
Add docstring.

Modified:
    erp5/trunk/products/ERP5/tests/testGis.py

Modified: erp5/trunk/products/ERP5/tests/testGis.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testGis.py?rev=10069&r1=10068&r2=10069&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testGis.py (original)
+++ erp5/trunk/products/ERP5/tests/testGis.py Mon Sep 18 09:59:30 2006
@@ -40,6 +40,13 @@
 from Products.ERP5Type.tests.utils import createZODBPythonScript
 
 class TestGis(ERP5TypeTestCase):
+  """
+  ERP5 Geographical Address related tests.
+
+  The purpose of this test is to check that the getText function defined
+  on a Geographical Address returns the standard text format.
+
+  """
 
   run_all_test = 1
   entity_portal_type = 'Person'




More information about the Erp5-report mailing list