Switch to use stestr in README

This commit fixes to use stestr and one typo in README.rst.

Change-Id: Ie4ff7b64631548ff36edef35756b9e9ab259a687
This commit is contained in:
Masayuki Igawa 2017-12-25 14:08:00 +09:00
parent c323c5ae0b
commit 006a866691
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89
1 changed files with 3 additions and 3 deletions

View File

@ -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