summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.rst')
-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: