summaryrefslogtreecommitdiff
path: root/.stestr.conf
diff options
context:
space:
mode:
authorwangqi <wang.qi@99cloud.net>2018-05-22 03:26:21 +0000
committerwangqi <wang.qi@99cloud.net>2018-06-05 14:38:51 +0000
commit7edb3783c769c84f1e6beb390ea7a6079fc7e630 (patch)
treeafaa2d457fcf519400941e17b25fa18fdf820acd /.stestr.conf
parent1ef5e5d16976df4b48c0925cdc6c5dc0dfbfb610 (diff)
downloadpython-glanceclient-7edb3783c769c84f1e6beb390ea7a6079fc7e630.tar.gz
Switch to using stestr
When the TC merged I2637dd714cbb6d38ef8b8dc1083e359207118284 we're supposed to invoke stestr rather than testr so lets do that Change-Id: I1b401c583d5e7677fc719bfc4eb2f2bba7b98cfa
Diffstat (limited to '.stestr.conf')
-rw-r--r--.stestr.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/.stestr.conf b/.stestr.conf
new file mode 100644
index 0000000..44d7432
--- /dev/null
+++ b/.stestr.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+test_path=./glanceclient/tests/unit
+top_path=./