summaryrefslogtreecommitdiff
path: root/.stestr.conf
diff options
context:
space:
mode:
authorVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-07-11 14:33:41 +0700
committerVu Cong Tuan <tuanvc@vn.fujitsu.com>2018-11-05 09:52:03 +0700
commit9acdfe0b460048420551bb84fb3cf41fb1e4a67e (patch)
treefb2b842b5cfbcfe6de47d956d01708907350ee45 /.stestr.conf
parent5b6e3822c58959e425bc7ca69ca823322f94300c (diff)
downloadpython-swiftclient-9acdfe0b460048420551bb84fb3cf41fb1e4a67e.tar.gz
Switch to stestr
According to Openstack summit session [1], stestr is maintained project to which all Openstack projects should migrate. Let's switch to stestr as other projects have already moved to it. [1] https://etherpad.openstack.org/p/YVR-python-pti Change-Id: Ic098f8560599554e0b6bb16ae326d4d30a8a5504
Diffstat (limited to '.stestr.conf')
-rw-r--r--.stestr.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/.stestr.conf b/.stestr.conf
new file mode 100644
index 0000000..5228f20
--- /dev/null
+++ b/.stestr.conf
@@ -0,0 +1,4 @@
+[DEFAULT]
+test_path=${OS_TEST_PATH:-./tests/unit}
+top_dir=./
+