summaryrefslogtreecommitdiff
path: root/HACKING.rst
Commit message (Expand)AuthorAgeFilesLines
* Follow up for replacing assertItemsEqualTakashi Natsume2021-06-031-0/+1
* Remove "six" libraryRodolfo Alonso Hernandez2020-07-281-0/+1
* Use unittest.mock instead of mockHervé Beraud2020-06-171-0/+2
* Remove references to unittest2 libraryRodolfo Alonso Hernandez2020-01-141-4/+1
* Update the documentation link for doc migrationAkihiro Motoki2017-07-221-2/+2
* hacking: Remove dead codeJakub Libosvar2017-07-191-1/+0
* Switch to neutron-lib hacking factoryIhar Hrachyshka2017-04-131-10/+14
* Merge "Replace assertEqual(None, *) with assertIsNone in tests"Jenkins2016-11-221-0/+1
|\
| * Replace assertEqual(None, *) with assertIsNone in testsgengchc22016-11-161-0/+1
* | Switch to new hacking 0.12Ihar Hrachyshka2016-11-081-1/+0
|/
* Forbid importing neutron.tests.* from outside tests subtreeIhar Hrachyshka2016-09-151-0/+1
* Prevent use filter(lambda obj: test(obj), data)Nguyen Phuong An2016-09-141-0/+2
* Add a hacking rule for string interpolation at loggingTakashi NATSUME2016-07-111-0/+1
* Use unittest2 uniformly across NeutronMartin Hickey2016-05-231-1/+4
* Hacking rule to check i18n usageAkihiro Motoki2016-03-301-0/+2
* Using LOG.warning replace LOG.warnLiuNanke2016-03-101-0/+2
* hacking: remove oslo.* import checkIhar Hrachyshka2016-03-031-1/+0
* Add hacking check for assertEqual HTTP codelzklibj2016-02-061-0/+2
* Unify using assertIsInstancelzklibj2016-01-151-0/+1
* HACKING: update HACKING.rst file to include latest changesGary Kotton2016-01-141-0/+2
* HACKING: align the underline text and headerGary Kotton2015-11-291-2/+2
* Removes the use of mutables as default argsGary Kotton2015-10-291-0/+1
* Use assertTrue(observed) instead of assertEqual(True, observed)Hirofumi Ichihara2015-10-091-0/+1
* Python3: use six.iteritems() instead of dict.iteritems()Cyril Roelandt2015-06-011-0/+1
* Python 3: use six.string_types instead of basestringCyril Roelandt2015-05-211-0/+1
* Python 3: Use six.moves.rangeAdrien Vergé2015-05-191-0/+1
* Remove use of contextlib.nestedankitagrawal2015-05-061-0/+1
* oslo: migrate to namespace-less import pathsIhar Hrachyshka2015-02-051-0/+1
* Update hacking to 0.10Ihar Hrachyshka2015-01-121-3/+1
* test_dhcp_agent: Fix no-op testsYAMAMOTO Takashi2014-12-021-1/+1
* Update i18n translation for neutron.agents log msg'sGary Kotton2014-11-151-0/+1
* mock.assert_called_once() is not a valid methodJacek Swiderski2014-10-131-0/+1
* Remove @author(s) from copyright statementsGary Kotton2014-09-151-0/+2
* Use jsonutils instead of stdlib jsonIhar Hrachyshka2014-08-141-0/+1
* Add missing translation supportGary Kotton2014-05-191-1/+1
* Cleanup HACKING.rstJoe Gordon2013-11-111-16/+1
* Cleanup and make HACKING.rst DRYerKeshava Bharadwaj2013-10-161-190/+7
* Fix wrong example in HACKING.rstZhiQiang Fan2013-08-181-1/+1
* Rename Quantum to NeutronMark McClain2013-07-061-15/+15
* Remove locals() from strings substitutionsGary Kotton2013-04-201-0/+2
* Add common test base class to hold common things.Monty Taylor2013-03-051-1/+4
* Use testtools instead of unittest or unittest2.Monty Taylor2013-02-261-1/+7
* Logging module cleanupZhongyue Luo2013-01-031-1/+1
* Import order clean-upZhongyue Luo2012-11-021-0/+13
* Add HACKING.rst coding style docMaru Newby2012-04-091-0/+202