From 27c96832b6a9e3c90f7993ba1c3930adc19a40c4 Mon Sep 17 00:00:00 2001 From: Joanne Bogart Date: Mon, 15 Jul 2024 12:20:18 -0700 Subject: [PATCH] make test names unique --- tests/test_schema_1_3_0.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_schema_1_3_0.py b/tests/test_schema_1_3_0.py index 1c22d597..4601c447 100644 --- a/tests/test_schema_1_3_0.py +++ b/tests/test_schema_1_3_0.py @@ -36,7 +36,7 @@ def setUp(self): def tearDown(self): pass # nothing to do - def testAPI_region(self): + def testAPI_region_1_3_0(self): ''' Exercise get_objects_by_region for box and disk and parts of the interfaces for BaseObject, ObjectCollection and ObjectList @@ -210,7 +210,7 @@ def testAPI_region(self): - def testAPI_hp(self): + def testAPI_hp_1_3_0(self): ''' Try with and without specified object types ''' @@ -249,7 +249,7 @@ def print_from_objects(label, obj_list): obj_type = 'galaxy' specified = cat.get_object_type_by_hp(hp, obj_type, region=None) print_from_objects(f'From hp {hp} with object types {obj_type}', specified) - def testAPI_rowgroup(self): + def testAPI_rowgroup_1_3_0(self): ''' Compare results of get_objects_by_region when skyCatalog files each have a single row group or have several