Skip to content

Commit b73d89d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Switch to use stestr in README"
2 parents 009d278 + 006a866 commit b73d89d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Cookiecutter template for an OpenStack project. See https://github.com/audreyr/c
77
* Free software: Apache license
88
* pbr_: Set up to use Python Build Reasonableness
99
* hacking_: Enforces the OpenStack Hacking Guidelines
10-
* testrepository_: Runs tests using testrepository
10+
* stestr_: Runs tests using stestr
1111
* OpenStack-Infra_: Ready for OpenStack Continuous Integration testing
1212
* Tox_ testing: Setup to easily test for Python 2.7, 3.5
1313
* Sphinx_ docs: Documentation ready for generation and publication
@@ -24,7 +24,7 @@ Generate a Python package project::
2424
cookiecutter https://git.openstack.org/openstack-dev/cookiecutter.git
2525

2626
OpenStack projects require a working git repo for pbr to work, on newer
27-
versions of cookiecutter (>= 0.7.0 released 2013-11-09) this inital commit will
27+
versions of cookiecutter (>= 0.7.0 released 2013-11-09) this initial commit will
2828
be done automatically. Otherwise you will need to init a repo and commit to it
2929
before doing anything else::
3030

@@ -40,7 +40,7 @@ Then:
4040

4141
.. _pbr: http://docs.openstack.org/developer/pbr
4242
.. _OpenStack-Infra: http://docs.openstack.org/infra/system-config
43-
.. _testrepository: https://testrepository.readthedocs.org/
43+
.. _stestr: https://stestr.readthedocs.io/
4444
.. _Tox: http://testrun.org/tox/
4545
.. _Sphinx: http://sphinx-doc.org/
4646
.. _hacking: https://git.openstack.org/cgit/openstack-dev/hacking/plain/HACKING.rst

0 commit comments

Comments
 (0)