@@ -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
2626OpenStack 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
2828be done automatically. Otherwise you will need to init a repo and commit to it
2929before doing anything else::
3030
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