Merge "Add output of slowest tests to UT runs"

This commit is contained in:
Zuul 2017-12-12 23:40:28 +00:00 committed by Gerrit Code Review
commit 69f721b399
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ deps = -r{toxinidir}/test-requirements.txt
commands =
find . -type f -name "*.pyc" -delete
stestr run '{posargs}'
stestr slowest
whitelist_externals =
bash