summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-30 11:31:08 +0000
committerGerrit Code Review <review@openstack.org>2014-10-30 11:31:08 +0000
commit03b7ad1279e99a91081efc4cdab37cf462cdb4e1 (patch)
tree44def1389b33eb3c52d09eb2761d2dafcf5243c5
parent03a8eeb3c051a4522eb5efc350d1b5daee512791 (diff)
parent3d9b5ea961c9be77b3ed76d4885d713b362296da (diff)
downloadkeystonemiddleware-03b7ad1279e99a91081efc4cdab37cf462cdb4e1.tar.gz
Merge "Update python-keystoneclient reference"
-rw-r--r--HACKING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 0dfef99..77de6b3 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -15,7 +15,7 @@ exceptions to an instance or subclass of ClientException.
Testing
=======
-python-keystoneclient uses testtools and testr for its unittest suite
+Keystone Middleware uses testtools and testr for its unittest suite
and its test runner. Basic workflow around our use of tox and testr can
be found at http://wiki.openstack.org/testr. If you'd like to learn more
in depth: