File tree 1 file changed +9
-23
lines changed
1 file changed +9
-23
lines changed Original file line number Diff line number Diff line change 1
- def test_grouping_using_files_flag ():
2
- with automagic datalad :
3
-
4
-
5
- # check that default grouping is x
6
-
7
-
8
- # check that grouping by accession number works
9
-
1
+ from datalad import auto ,api
10
2
11
- # check that grouping by studyUID works
3
+ api . install ( 'dbic/QA' , 'http://datasets.datalad.org' )
12
4
5
+ def test_grouping_using_files_flag ():
13
6
14
- # check that grouping by all works
15
-
16
-
17
-
18
- # check default behaviour of grouping by tar
19
-
7
+ with auto .AutomagicIO ():
20
8
21
- def test_grouping_using_dicom_template ():
22
9
23
- with automagic datalad :
10
+ # default grouping is studyUID
24
11
25
- # check that default grouping is when subject and session is passed is all
26
12
13
+ # group by accession number
27
14
28
- # check that heudiconv fails when grouping is set to something other than all and session is passed
29
15
16
+ # group by studyUID
30
17
31
- # check that grouping by accession number works
32
18
19
+ # group by all
33
20
34
- # check that grouping by all does not group by tars, studyUID or accession number
35
21
22
+ # group by tar
36
23
37
- # check
You can’t perform that action at this time.
0 commit comments