Mention hacking

This commit is contained in:
Monty Taylor 2013-08-18 14:54:06 -04:00
parent a7747a3100
commit 12c28a49c8
2 changed files with 6 additions and 0 deletions

View File

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

View 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