summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_test.py
Commit message (Expand)AuthorAgeFilesLines
* Remove double mockingBalazs Gibizer2022-08-021-15/+0
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+2
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-13/+10
* Handle oslo.messaging ping endpointSean McGinnis2020-09-031-1/+1
* Move selective patching of open() to nova.test for reuseAdam Spiers2019-05-251-0/+57
* Move patch_exists() to nova.test.TestCase for reuseAdam Spiers2019-05-241-0/+62
* Fix test_rpc_consumer_isolation for oslo.messaging 5.31.0Matt Riedemann2017-09-061-2/+7
* Improve assertJsonEqual error reportingBalazs Gibizer2017-07-261-2/+8
* Make NovaException format errors fatal for testsmelanie witt2017-05-051-0/+18
* Merge "Tests: improve assertJsonEqual diagnostic message"Jenkins2017-02-201-17/+99
|\
| * Tests: improve assertJsonEqual diagnostic messageAndrey Volkov2016-10-171-17/+99
* | Cleanup before removal of conductor local apisHans Lindgren2016-10-181-1/+0
|/
* Remove mox from unit/compute/test_compute.py (8)Hieu LE2016-06-281-0/+20
* Removal of unnecessary `import_opt`s for centralized config optionsEsra Celik2016-03-211-3/+2
* Make test cases in test_test.py use NoDBTestjichenjc2015-10-071-3/+3
* return more details on assertJsonEqual failSean Dague2015-07-301-0/+61
* test: add MatchType helper class as equivalent of mox.IsADaniel P. Berrange2015-06-171-0/+28
* Added assertJsonEqual method to TestCase classDavanum Srinivas2015-03-171-0/+35
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* move ServiceFixture and TranslationFixtureSean Dague2014-12-091-1/+2
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+60