File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2626 pytest --cov-report=xml --cov=art --cov-append -q -vv tests/defences/transformer --mlFramework=$mlFramework --skip_travis=True --durations=0
2727 if [[ $? -ne 0 ]]; then exit_code=1; echo " Failed defences/transformer tests" ; fi
2828
29+ pytest --cov-report=xml --cov=art --cov-append -q -vv tests/preprocessing/audio --mlFramework=$mlFramework --skip_travis=True --durations=0
30+ if [[ $? -ne 0 ]]; then exit_code=1; echo " Failed preprocessing/audio tests" ; fi
31+
32+ pytest --cov-report=xml --cov=art --cov-append -q -vv tests/preprocessing/expectation_over_transformation --mlFramework=$mlFramework --skip_travis=True --durations=0
33+ if [[ $? -ne 0 ]]; then exit_code=1; echo " Failed preprocessing/expectation_over_transformation tests" ; fi
34+
2935 pytest --cov-report=xml --cov=art --cov-append -q -vv tests/utils --mlFramework=$mlFramework --skip_travis=True --durations=0
3036 if [[ $? -ne 0 ]]; then exit_code=1; echo " Failed utils tests" ; fi
3137
You can’t perform that action at this time.
0 commit comments