aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-05 20:06:37 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-05 23:37:12 +0800
commit9d78055ecd2d717a9260ca002aacf672d5cc2933 (patch)
tree5a2b803ba30b40fe55fc57d85a0c311b9720d68c /tox.ini
parent1265e8159cbce2cae0d19a3c721ad7a5087fd432 (diff)
Fix bug that metric test is not collected
Change-Id: I2e05891a89745712274757ba9af928b03fb5edf6 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 16d6188c..0d704b25 100644
--- a/tox.ini
+++ b/tox.ini
@@ -39,3 +39,7 @@ deps=-rtest-requirements.txt
commands=
pip-missing-reqs qtip
pip-extra-reqs qtip
+
+[pytest]
+testpaths = tests
+python_functions = *_test test_*