@@ -108,7 +108,7 @@ test_custom()
108
108
echo " Custom Test: $i / $max_iter "
109
109
for testfile in " ${custom_testfiles[@]} "
110
110
do
111
- pytest -x -W ignore::DeprecationWarning $testfile
111
+ pytest -rsx -W ignore::DeprecationWarning $testfile
112
112
check_errs $?
113
113
done
114
114
done
@@ -122,66 +122,66 @@ test_unit()
122
122
echo " Testing Numba JIT Compiled Functions"
123
123
pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_stump.py
124
124
check_errs $?
125
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_core.py
125
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_core.py
126
126
check_errs $?
127
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_config.py
127
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_config.py
128
128
check_errs $?
129
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_stump.py tests/test_mstump.py tests/test_stumpi.py
129
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_stump.py tests/test_mstump.py tests/test_stumpi.py
130
130
check_errs $?
131
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_scrump.py
131
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_scrump.py
132
132
check_errs $?
133
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_stumped.py
133
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_stumped.py
134
134
check_errs $?
135
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_mstumped.py
135
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_mstumped.py
136
136
check_errs $?
137
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_ostinato.py
137
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_ostinato.py
138
138
check_errs $?
139
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_ostinato.py
139
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_ostinato.py
140
140
check_errs $?
141
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_mpdist.py
141
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_mpdist.py
142
142
check_errs $?
143
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_motifs.py
143
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_motifs.py
144
144
check_errs $?
145
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_mmotifs.py
145
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_mmotifs.py
146
146
check_errs $?
147
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_mpdist.py
147
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_mpdist.py
148
148
check_errs $?
149
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_snippets.py
149
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_snippets.py
150
150
check_errs $?
151
151
pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_stimp.py
152
152
check_errs $?
153
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_stimp.py
153
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_stimp.py
154
154
check_errs $?
155
155
# aamp
156
156
pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_aamp.py
157
157
check_errs $?
158
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp.py tests/test_maamp.py tests/test_scraamp.py tests/test_aampi.py
158
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp.py tests/test_maamp.py tests/test_scraamp.py tests/test_aampi.py
159
159
check_errs $?
160
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_scraamp.py
160
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_scraamp.py
161
161
check_errs $?
162
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamped.py
162
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamped.py
163
163
check_errs $?
164
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_maamped.py
164
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_maamped.py
165
165
check_errs $?
166
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp_ostinato.py
166
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp_ostinato.py
167
167
check_errs $?
168
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_aamp_ostinato.py
168
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_aamp_ostinato.py
169
169
check_errs $?
170
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aampdist.py
170
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aampdist.py
171
171
check_errs $?
172
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp_motifs.py
172
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp_motifs.py
173
173
check_errs $?
174
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp_mmotifs.py
174
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp_mmotifs.py
175
175
check_errs $?
176
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_aampdist.py
176
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_aampdist.py
177
177
check_errs $?
178
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aampdist_snippets.py
178
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aampdist_snippets.py
179
179
check_errs $?
180
180
pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_gpu_aamp_stimp.py
181
181
check_errs $?
182
- pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp_stimp.py
182
+ pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests/test_aamp_stimp.py
183
183
check_errs $?
184
- pytest -x -W ignore::DeprecationWarning tests/test_non_normalized_decorator.py
184
+ pytest -rsx -W ignore::DeprecationWarning tests/test_non_normalized_decorator.py
185
185
check_errs $?
186
186
}
187
187
@@ -192,14 +192,14 @@ test_coverage()
192
192
export NUMBA_ENABLE_CUDASIM=1
193
193
194
194
# echo "Testing Python Functions"
195
- # pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests
195
+ # pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning tests
196
196
# check_errs $?
197
197
198
198
echo " Testing Code Coverage"
199
199
coverage erase
200
200
for testfile in tests/test_* .py
201
201
do
202
- coverage run --append --source=. -m pytest -x -W ignore::RuntimeWarning -W ignore::DeprecationWarning $testfile
202
+ coverage run --append --source=. -m pytest -rsx -W ignore::RuntimeWarning -W ignore::DeprecationWarning $testfile
203
203
check_errs $?
204
204
done
205
205
coverage report -m --skip-covered --omit=setup.py,docstring.py
0 commit comments