Skip to content

Commit c2a5c28

Browse files
author
Beat Buesser
committed
Update run_tests.sh
Signed-off-by: Beat Buesser <[email protected]>
1 parent f18ce8f commit c2a5c28

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

run_tests.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ then
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

0 commit comments

Comments
 (0)