Skip to content

Commit

Permalink
Remove stale test comment -- test no longer fails! (#1727)
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic authored Mar 20, 2024
1 parent 9ed04a6 commit 6d13c80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tools/schemacode/bidsschematools/data/tests/test_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6d13c80

Please sign in to comment.