From 006a8666914fa539941810425b8a994d35e2658c Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Mon, 25 Dec 2017 14:08:00 +0900 Subject: [PATCH] Switch to use stestr in README This commit fixes to use stestr and one typo in README.rst. Change-Id: Ie4ff7b64631548ff36edef35756b9e9ab259a687 --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 429e87a..2d12110 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ Cookiecutter template for an OpenStack project. See https://github.com/audreyr/c * Free software: Apache license * pbr_: Set up to use Python Build Reasonableness * hacking_: Enforces the OpenStack Hacking Guidelines -* testrepository_: Runs tests using testrepository +* stestr_: Runs tests using stestr * OpenStack-Infra_: Ready for OpenStack Continuous Integration testing * Tox_ testing: Setup to easily test for Python 2.6, 2.7, 3.3, 3.4 * Sphinx_ docs: Documentation ready for generation and publication @@ -24,7 +24,7 @@ Generate a Python package project:: cookiecutter https://git.openstack.org/openstack-dev/cookiecutter.git OpenStack projects require a working git repo for pbr to work, on newer -versions of cookiecutter (>= 0.7.0 released 2013-11-09) this inital commit will +versions of cookiecutter (>= 0.7.0 released 2013-11-09) this initial commit will be done automatically. Otherwise you will need to init a repo and commit to it before doing anything else:: @@ -40,7 +40,7 @@ Then: .. _pbr: http://docs.openstack.org/developer/pbr .. _OpenStack-Infra: http://docs.openstack.org/infra/system-config -.. _testrepository: https://testrepository.readthedocs.org/ +.. _stestr: https://stestr.readthedocs.io/ .. _Tox: http://testrun.org/tox/ .. _Sphinx: http://sphinx-doc.org/ .. _hacking: https://git.openstack.org/cgit/openstack-dev/hacking/plain/HACKING.rst