From 6d13c807c7c8d594a35d302d9aa6cff7c802f054 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 20 Mar 2024 14:26:44 -0400 Subject: [PATCH] Remove stale test comment -- test no longer fails! (#1727) --- 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 3eb11a6ed0..6c46a5da5d 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,