File tree 2 files changed +2
-132
lines changed 2 files changed +2
-132
lines changed Original file line number Diff line number Diff line change 41
41
cd for_testing
42
42
cp ../.coveragerc .
43
43
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel ^
44
- -I test_array_sequence ^
45
- -I test_tractogram ^
46
- -I test_api_validators ^
47
- -I test_arrayproxy ^
48
- -I test_arraywriters ^
49
- -I test_batteryrunners ^
50
- -I test_brikhead ^
51
- -I test_casting ^
52
- -I test_cifti2io_axes ^
53
- -I test_cifti2io_header ^
54
- -I test_data ^
55
- -I test_deprecated ^
56
- -I test_deprecator ^
57
- -I test_dicomwrappers ^
58
- -I test_dft ^
59
- -I test_ecat ^
60
- -I test_ecat_data ^
61
- -I test_endiancodes ^
62
- -I test_environment ^
63
- -I test_euler ^
64
- -I test_filebasedimages ^
65
- -I test_filehandles ^
66
- -I test_fileholders ^
67
- -I test_filename_parser ^
68
- -I test_files_interface ^
69
- -I test_fileslice ^
70
- -I test_fileutils ^
71
- -I test_floating ^
72
- -I test_funcs ^
73
44
-I test_giftiio ^
74
- -I test_h5py_compat ^
75
- -I test_image_api ^
76
- -I test_image_load_save ^
77
- -I test_image_types ^
78
- -I test_imageclasses ^
79
- -I test_imageglobals ^
80
- -I test_io ^
81
- -I test_keywordonly ^
82
- -I test_loadsave ^
83
- -I test_minc1 ^
84
- -I test_minc2 ^
85
- -I test_minc2_data ^
86
- -I test_mriutils ^
87
- -I test_netcdf ^
88
- -I test_nibabel_data ^
89
- -I test_nifti1 ^
90
- -I test_nifti2 ^
91
- -I test_openers ^
92
- -I test_optpkg ^
93
- -I test_orientations ^
94
- -I test_parrec ^
95
- -I test_parrec_data ^
96
- -I test_pkg_info ^
97
- -I test_processing ^
98
- -I test_proxy_api ^
99
- -I test_quaternions ^
100
- -I test_recoder ^
101
- -I test_remmovalschedule ^
102
- -I test_round_trip ^
103
- -I test_rstutils ^
104
- -I test_scaling ^
105
- -I test_wrapstruct ^
106
- -I test_io ^
107
- -I test_scripts ^
108
- -I test_spaces ^
109
- -I test_testing ^
110
- -I test_wrapstruct
45
+ -I test_netcdf
111
46
displayName: 'Nose tests'
112
47
condition: and(succeeded(), eq(variables['CHECK_TYPE'], 'nosetests'))
113
48
- script : |
Original file line number Diff line number Diff line change @@ -134,73 +134,8 @@ script:
134
134
cd for_testing
135
135
cp ../.coveragerc .
136
136
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel \
137
- -I test_array_sequence \
138
- -I test_tractogram \
139
- -I test_api_validators \
140
- -I test_arrayproxy \
141
- -I test_arraywriters \
142
- -I test_batteryrunners \
143
- -I test_brikhead \
144
- -I test_casting \
145
- -I test_cifti2io_axes \
146
- -I test_cifti2io_header \
147
- -I test_data \
148
- -I test_deprecated \
149
- -I test_deprecator \
150
- -I test_dicomwrappers \
151
- -I test_dft \
152
- -I test_ecat \
153
- -I test_ecat_data \
154
- -I test_endiancodes \
155
- -I test_environment \
156
- -I test_euler \
157
- -I test_filebasedimages \
158
- -I test_filehandles \
159
- -I test_fileholders \
160
- -I test_filename_parser \
161
- -I test_files_interface \
162
- -I test_fileslice \
163
- -I test_fileutils \
164
- -I test_floating \
165
- -I test_funcs \
166
137
-I test_giftiio \
167
- -I test_h5py_compat \
168
- -I test_image_api \
169
- -I test_image_load_save \
170
- -I test_image_types \
171
- -I test_imageclasses \
172
- -I test_imageglobals \
173
- -I test_io \
174
- -I test_keywordonly \
175
- -I test_loadsave \
176
- -I test_minc1 \
177
- -I test_minc2 \
178
- -I test_minc2_data \
179
- -I test_mriutils \
180
- -I test_netcdf \
181
- -I test_nibabel_data \
182
- -I test_nifti1 \
183
- -I test_nifti2 \
184
- -I test_openers \
185
- -I test_optpkg \
186
- -I test_orientations \
187
- -I test_parrec \
188
- -I test_parrec_data \
189
- -I test_pkg_info \
190
- -I test_processing \
191
- -I test_proxy_api \
192
- -I test_quaternions \
193
- -I test_recoder \
194
- -I test_remmovalschedule \
195
- -I test_round_trip \
196
- -I test_rstutils \
197
- -I test_scaling \
198
- -I test_wrapstruct \
199
- -I test_io \
200
- -I test_scripts \
201
- -I test_spaces \
202
- -I test_testing \
203
- -I test_wrapstruct
138
+ -I test_netcdf
204
139
elif [ "${CHECK_TYPE}" == "test" ]; then
205
140
# Change into an innocuous directory and find tests from installation
206
141
mkdir for_testing
You can’t perform that action at this time.
0 commit comments