diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-12 12:37:32 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-12 12:37:32 +0000 |
| commit | 9f75e7a33ddfccc8fe6cae422eb6ffd908c1c43a (patch) | |
| tree | c8f6889a2977acc0c35529ddac9a76d31c6c31f2 | |
| parent | 3be49a8abe9fc77cd2ab257ecf180d527c06cbce (diff) | |
| parent | 61a60ef926d3d433e73dc30bdc419138265903bd (diff) | |
| download | python-openstackclient-9f75e7a33ddfccc8fe6cae422eb6ffd908c1c43a.tar.gz | |
Merge "Add Testing Ref in README.rst"
| -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 =============== |
