diff --git a/product/ERP5/tests/testGis.py b/product/ERP5/tests/testGis.py index bd0a3d711d84b3a2d7871e1c3505a3eb155512a1..d775f22210379e7cc2df40b604f0c914e3b4b738 100644 --- a/product/ERP5/tests/testGis.py +++ b/product/ERP5/tests/testGis.py @@ -40,6 +40,13 @@ from Products.ERP5Type.tests.Sequence import Sequence, SequenceList 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'