summaryrefslogtreecommitdiff
path: root/HACKING.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the reference to 'Creating Unit Tests' in HACKING.rstdivakar-padiyar-nandavar2014-06-221-1/+1
| | | | | Change-Id: Ie9778aceabb4239058468cf64009792253995ec2 Closes-bug: #1332920
* Updates OpenStack Style Commandments linkKeshava Bharadwaj2013-10-161-1/+1
| | | | | | | The current link in the HACKING file is broken. This references the correct location for contributors to view. Change-Id: I9edc768bca825534771d79082e7824befa51e1b8
* Cleanup and make HACKING.rst DRYerJoe Gordon2013-07-131-261/+7
| | | | | | | | | Reference the OpenStack hacking guide in HACKING.rst and remove duplicate entries. Add placeholder section for heat specific rules. heat specific rules can be created using hacking's local check support. Change-Id: Ib6967ae769bd73857abb7ef89368c407c8b22053
* Migrate test base class to testtools.Monty Taylor2013-05-251-1/+1
| | | | | | | This is stricter, but also provides plumbing for more advanced things like fixtures and testscenarios. Change-Id: I607b50390708ca3caa9799ef0b27007df5045a6c
* Remove Nova dependencies from hacking testZane Bitter2013-03-131-1/+0
| | | | | | | | References to Nova in the docstrings(!) of the hacking.py tests caused the run_pep8.sh script to fail if the Grizzly development version of Nova was not installed. Update all the references to use Heat packages instead. Change-Id: I2e84e9a231451705d61fa9acddc65ee95a98e294
* Add N802 rule to hacking.pySteven Dake2013-03-041-2/+1
| | | | | | | Gate on commit headers < 50 characters Change-Id: Ia6a616d8a9b0eabca05a23476e284f261108b43a Fixes: Bug #1136386
* Update infrastructure to more closely match other OpenStack projectsSteven Dake2013-02-281-29/+127
| | | | | | | | | | | | | | | | | This patch imports nova's HACKING.rst guidelines altered for Heat. This patch imports nova's run_pep8.sh with some minor alterations. This patch imports nova's hacking.py extensions to pep8. This patch places the run_pep8 logic in a separate file rather than having it spread between tox.ini and run_tests.sh. The HACKING.rst requirements as well as general pep8 requirements are then enforced with run_pep8.sh. Avoid running once the N802 rule until dependency changelogs are less then 50 characters. Change-Id: If46c14668eae3cf11b8fbff46d766cc589d701aa Fixes: Bug #1131275
* Directives to not use variable names that conflict with pdbChris Alfonso2012-03-201-1/+1
|
* Sync cfg from openstack-commonMark McLoughlin2012-03-161-0/+15
| | | | | | | Use openstack-common's update script to sync it to the latest. Add some dire warnings that changes should be made in the upstream copy of the code first.
* Add setup.py and friendsAngus Salkeld2012-03-141-0/+186
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>