summaryrefslogtreecommitdiffstats
path: root/HACKING.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fixes 'not in' operator usageZhongyue Luo2013-01-311-0/+12
| | | | Change-Id: Ibac9853fc72e2452fa5e2b3a493bd03523faabfb
* Use testtools as test base class.Monty Taylor2013-01-241-1/+1
| | | | | | | | | | | | | On the path to testr migration, we need to replace the unittest base classes with testtools. Replace tearDown with addCleanup, addCleanup is more resilient than tearDown. The fixtures library has excellent support for managing and cleaning tempfiles. Use it. Replace skip_ with testtools.skipTest Part of blueprint grizzly-testtools. Change-Id: I45e11bbb1ff9b31f3278d3b016737dcb7850cd98
* Fix ordering in HACKING.rstJoe Gordon2012-04-261-1/+1
| | | | | | | | | | Already fixed in nova. Switched: from nova.endpoint import cloud import nova.flags Change-Id: I5d4f64d0710c8bb12031c3960401f6d6d2a67843
* Added a universal style-guide for all OS projects.Andrew Bogott2012-03-221-0/+257
Pursuant to a recent mailing list discussion, this file contains the union of all style recommendations from varions openstack projects. The file will be removed from individual projects. Change-Id: I79c118ff749d7c89d7d88302279ec8cb1530868d