Commit 15a8e73d authored by Romain Courteaud's avatar Romain Courteaud

Add docstring.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10069 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f86fafd8
...@@ -40,6 +40,13 @@ from Products.ERP5Type.tests.Sequence import Sequence, SequenceList ...@@ -40,6 +40,13 @@ from Products.ERP5Type.tests.Sequence import Sequence, SequenceList
from Products.ERP5Type.tests.utils import createZODBPythonScript from Products.ERP5Type.tests.utils import createZODBPythonScript
class TestGis(ERP5TypeTestCase): 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 run_all_test = 1
entity_portal_type = 'Person' entity_portal_type = 'Person'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment