Skip to content

Commit ee00950

Browse files
committed
Test todos
1 parent 681ca1a commit ee00950

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bids_prov/tests/test_merge.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,8 @@ def test_merge_records(self):
177177
assert merge_records(TEST_DATASET_3) == json_contents
178178
assert merge_records(TEST_DATASET_3, 'fmriprep') == json_contents
179179

180+
# TODO : tests for groups that are not present
181+
# TODO : check test_files
182+
180183
if __name__ == '__main__':
181184
unittest.main()

0 commit comments

Comments
 (0)