Mention hacking
This commit is contained in:
parent
a7747a3100
commit
12c28a49c8
@ -6,6 +6,7 @@ Cookiecutter template for an OpenStack project. See https://github.com/audreyr/c
|
|||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* pbr_: Set up to use Python Build Reasonableness
|
* pbr_: Set up to use Python Build Reasonableness
|
||||||
|
* hacking_: Enforces the OpenStack Hacking Guidelines
|
||||||
* OpenStack-Infra_: Ready for OpenStack Continuous Integration testing
|
* OpenStack-Infra_: Ready for OpenStack Continuous Integration testing
|
||||||
* Tox_ testing: Setup to easily test for Python 2.6, 2.7, 3.3
|
* Tox_ testing: Setup to easily test for Python 2.6, 2.7, 3.3
|
||||||
* Sphinx_ docs: Documentation ready for generation and publication
|
* Sphinx_ docs: Documentation ready for generation and publication
|
||||||
@ -26,3 +27,4 @@ Then:
|
|||||||
.. _OpenStack-Infra: http://ci.openstack.org
|
.. _OpenStack-Infra: http://ci.openstack.org
|
||||||
.. _Tox: http://testrun.org/tox/
|
.. _Tox: http://testrun.org/tox/
|
||||||
.. _Sphinx: http://sphinx-doc.org/
|
.. _Sphinx: http://sphinx-doc.org/
|
||||||
|
.. _hacking: https://git.openstack.org/cgit/openstack-dev/hacking/plain/HACKING.rst
|
||||||
|
4
{{cookiecutter.repo_name}}/.testr.conf
Normal file
4
{{cookiecutter.repo_name}}/.testr.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
test_command=${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
|
||||||
|
test_id_option=--load-list $IDFILE
|
||||||
|
test_list_option=--list
|
Loading…
x
Reference in New Issue
Block a user