File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,16 @@ topdir=$(cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )/..
9
9
source $topdir /qa/setup_test_common.sh
10
10
11
11
# Set runner for python tests
12
- python_test_runner_package=" nose nose2"
12
+ python_test_runner_package=" nose nose2 nose-timer nose2-test-timer "
13
13
python_test_runner=" python -m nose"
14
- python_test_args=" --verbose -s"
14
+ python_test_args=" --verbose --with-timer --timer-top-n 20 - s"
15
15
python_invoke_test=" ${python_test_runner} ${python_test_args} "
16
16
17
17
# New framework for Python Tests
18
18
# During the transition we run both
19
19
# When all tests are ported old will be removed
20
20
python_new_test_runner=" python -m nose2"
21
- python_new_test_args=" --verbose"
21
+ python_new_test_args=" --verbose --plugin=nose2_test_timer.plugin --with-timer --timer-color --timer-top-n 20 "
22
22
python_new_invoke_test=" ${python_new_test_runner} ${python_new_test_args} "
23
23
24
24
# Set proper CUDA version for packages, like MXNet, requiring it
You can’t perform that action at this time.
0 commit comments