From 96a1b03bdc433d48322b0f965cd63f97cae0c5d5 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Fri, 15 Mar 2024 19:06:59 -0400 Subject: [PATCH] Remove stale test comment -- test no longer fails! --- tools/schemacode/bidsschematools/data/tests/test_rules.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tools/schemacode/bidsschematools/data/tests/test_rules.py b/tools/schemacode/bidsschematools/data/tests/test_rules.py index e8da90ee93..c933e6bdba 100644 --- a/tools/schemacode/bidsschematools/data/tests/test_rules.py +++ b/tools/schemacode/bidsschematools/data/tests/test_rules.py @@ -29,12 +29,8 @@ def _dict_key_lookup(_dict, key, path=[]): @pytest.mark.validate_schema def test_rule_objects(schema_obj): """Ensure that all objects referenced in the schema rules are defined in - its object portion. + their object portion. - This test currently fails because rules files reference object keys for some object types, - including entities, columns, and metadata fields, - but reference "name" or "value" elements of the object definitions for other object types, - including suffixes and extensions. In the case of datatypes, the key and "value" field are always the same. Some other object types, such as associated_data, common_principles, formats, modalities,