Skip to content

Commit

Permalink
make test names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Jul 15, 2024
1 parent 25c69e9 commit 27c9683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_schema_1_3_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
'''
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 27c9683

Please sign in to comment.