From b0ca46332c2305782b9547e4fef1670c81d4a5f5 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 15 Dec 2020 11:10:25 -0500 Subject: [PATCH] unit test name refactoring --- tests/test_geometry_factory.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_geometry_factory.py b/tests/test_geometry_factory.py index f17a2d02..b73ea27a 100644 --- a/tests/test_geometry_factory.py +++ b/tests/test_geometry_factory.py @@ -42,9 +42,9 @@ class TestGeometryFactory(TestCase): self.assertIsNotNone(subway_entrances, 'subway entrances is none') self.assertEqual(len(subway_entrances), 20, 'Wrong number of subway entrances') - def test_citygml_city(self): + def test_citygml_city_serialization(self): """ - Test the City parsing + Test the City from citygml serialization de-serialization :return: None """ city = self._get_citygml()