summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_hacking.py
Commit message (Expand)AuthorAgeFilesLines
* hacking: force explicit import of python's mockEric Fried2022-08-021-0/+13
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* hacking: Prevent use of sixStephen Finucane2022-04-051-0/+10
* Add wrapper for oslo.concurrency lockutils.ReaderWriterLock()melanie witt2022-01-121-0/+20
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+1
* Add two new hacking rulesBalazs Gibizer2021-09-011-0/+66
* Merge "Add a hacking rule for assert_has_calls"Zuul2020-10-141-0/+24
|\
| * Add a hacking rule for assert_has_callsTakashi Natsume2020-09-281-0/+24
* | Fix a hacking testTakashi Natsume2020-09-281-1/+1
|/
* trivial: Final cleanupStephen Finucane2020-09-111-3/+3
* hacking: Stop special casing 'plugins.xenserver'Stephen Finucane2020-08-311-11/+14
* Remove hacking rules for python 2/3 compatibilityTakashi Natsume2020-06-171-93/+0
* hacking: Modify checks for translated logsStephen Finucane2020-05-271-22/+7
* trivial: Remove remaining '_LI' instancesStephen Finucane2020-05-181-6/+5
* nova-net: Remove firewall support (pt. 3)Stephen Finucane2020-01-081-4/+0
* Add a hacking rule for useless assertionsTakashi NATSUME2019-08-211-0/+28
* Add a hacking rule for non-existent assertionsTakashi NATSUME2019-08-211-0/+78
* Merge "Hacking N363: `in (not_a_tuple)`"Zuul2019-06-141-0/+24
|\
| * Hacking N363: `in (not_a_tuple)`Eric Fried2019-06-071-0/+24
* | Fix double word hacking testStephen Finucane2019-06-121-9/+6
* | Skip test_check_doubled_words hacking check UTEric Fried2019-06-111-4/+2
|/
* Bump to hacking 1.1.0Stephen Finucane2019-04-121-12/+12
* Hacking N362: Don't abbrev/alias privsep importMichael Still2019-04-041-0/+34
* Skip double word hacking testChris Dent2018-11-191-0/+7
* Add a hacking rule for deprecated assertion methodsTakashi NATSUME2018-10-251-0/+14
* Fix N332 api_version decorator hacking checkEric Fried2018-03-291-7/+16
* Merge "Removed unnecessary parantheses in yield statements"Zuul2018-03-161-0/+22
|\
| * Removed unnecessary parantheses in yield statementsTakashi NATSUME2018-03-071-0/+22
* | Fix N358 hacking checkMatthew Edmonds2018-03-121-10/+16
|/
* Add check for redundant import aliasesesberglu2018-02-261-0/+20
* Amend uuid4 hacking ruleTakashi NATSUME2017-09-041-2/+2
* remove hacking rule that enforces log translationSean Dague2017-03-161-26/+0
* Enable global hacking checks and removed local checksGábor Antal2017-02-101-97/+0
* Removed unnecessary parantheses and fixed formationGábor Antal2017-02-091-0/+12
* hacking: Use uuidutils or uuidsentinel to generate UUIDhussainchachuliya2016-11-291-0/+16
* hacking: Use assertIs(Not), assert(True|False)Stephen Finucane2016-10-121-0/+34
* Merge "Add a hacking rule for string interpolation at logging"Jenkins2016-10-111-0/+51
|\
| * Add a hacking rule for string interpolation at loggingTakashi NATSUME2016-10-111-0/+51
* | Merge "Fix check_config_option_in_central_place"Jenkins2016-10-111-6/+10
|\ \ | |/ |/|
| * Fix check_config_option_in_central_placeMaciej Szankin2016-09-221-6/+10
* | Remove the duplicated test functionqiaomin2016-10-051-3/+0
* | Remove context object in oslo.log methodSivasathurappan Radhakrishnan2016-09-271-0/+21
* | hacking: Always use 'assertIs(Not)None'Stephen Finucane2016-09-231-2/+12
* | Merge "Add hacking checks for xrange()"Jenkins2016-09-221-0/+7
|\ \
| * | Add hacking checks for xrange()sonu.kumar2016-09-221-0/+7
| |/
* | Don't print to stdout when executing hacking checksSean Dague2016-09-221-1/+5
|/
* Remove hacking check [N347] for config options.Markus Zoeller2016-08-111-72/+0
* Replace deprecated LOG.warn with LOG.warningyatin karel2016-07-201-0/+12
* Hacking check for _ENFORCER.enforce()Andrew Laski2016-07-011-0/+19
* Hacking check for policy registrationAndrew Laski2016-07-011-0/+17