summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorRodrigo Duarte Sousa <rodrigods@lsd.ufcg.edu.br>2014-10-28 22:28:56 -0300
committerRodrigo Duarte Sousa <rodrigods@lsd.ufcg.edu.br>2014-10-28 22:28:56 -0300
commit3d9b5ea961c9be77b3ed76d4885d713b362296da (patch)
treed4e21e900e07c709aca0be016afe027375cda9e4 /HACKING.rst
parentf21ccea42cf2e4c2dd4aff63f6feca72d81c4e18 (diff)
downloadkeystonemiddleware-3d9b5ea961c9be77b3ed76d4885d713b362296da.tar.gz
Update python-keystoneclient reference
HACKING.rst has a python-keystoneclient reference. Change-Id: If9603b604b4cb5b863d323a156926610234f09db
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: