diff options
| author | Ankur Gupta <ankur.gupta@intel.com> | 2016-04-11 10:55:04 -0500 |
|---|---|---|
| committer | Ankur Gupta <ankur.gupta@intel.com> | 2016-04-11 11:12:37 -0500 |
| commit | 61a60ef926d3d433e73dc30bdc419138265903bd (patch) | |
| tree | a346158f0e29ecf65dfdd9a8e9ff7af0bfe61c01 | |
| parent | cba37d0031696a908df5229e6fc39b3a08aa47f4 (diff) | |
| download | python-openstackclient-61a60ef926d3d433e73dc30bdc419138265903bd.tar.gz | |
Add Testing Ref in README.rst
Add a reference in the README directed to docs page for testing
within python-openstackclient. Avoid creating TESTING.rst due to
unneeded duplication. Updated Developer URL to correct one.
Change-Id: I40b4c949d155aea6e0e25ecd4a88797481a4d8ac
| -rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -25,6 +25,7 @@ language to describe operations in OpenStack. * `Source`_ * `Developer` - getting started as a developer * `Contributing` - contributing code +* `Testing` - testing code * IRC: #openstack-sdks on Freenode (irc.freenode.net) * License: Apache 2.0 @@ -34,8 +35,9 @@ language to describe operations in OpenStack. .. _Blueprints: https://blueprints.launchpad.net/python-openstackclient .. _Bugs: https://bugs.launchpad.net/python-openstackclient .. _Source: https://git.openstack.org/cgit/openstack/python-openstackclient -.. _Developer: http://docs.openstack.org/infra/manual/python.html +.. _Developer: http://docs.openstack.org/project-team-guide/project-setup/python.html .. _Contributing: http://docs.openstack.org/infra/manual/developers.html +.. _Testing: http://docs.openstack.org/developer/python-openstackclient/developing.html#testing Getting Started =============== |
