summaryrefslogtreecommitdiff
path: root/nova/tests/unit/test_exception.py
Commit message (Expand)AuthorAgeFilesLines
* rpc: Rework 'get_notifier', 'wrap_exception'Stephen Finucane2021-03-011-125/+0
* Remove __unicode__() from nova unit test Exceptionzhangboye2021-02-041-3/+0
* Remove six.text_type (2/2)Takashi Natsume2020-12-131-8/+6
* Remove six.PY2 and six.PY3Takashi Natsume2020-08-151-6/+2
* Convert exception messages to stringsLucian Petrut2018-11-051-0/+2
* Add full traceback to ExceptionPayload in versioned notificationsKevin_Zheng2018-06-191-1/+2
* Add __repr__ for NovaExceptionTyler Blakeslee2018-04-041-0/+17
* Use enum value instead of string service nameBalazs Gibizer2017-07-251-5/+6
* Make NovaException format errors fatal for testsmelanie witt2017-05-051-0/+8
* Short circuit notifications when not enabledBalazs Gibizer2017-03-301-0/+28
* do not include context to exception notificationBalazs Gibizer2017-03-171-0/+1
* conf: remove deprecated exception optionMaciej Szankin2016-11-231-2/+0
* Fix exception raised in exception wrapperDiana Clarke2016-10-241-0/+30
* Transform wrap_exception notification to versioned formatLaszlo Hegedus2016-06-211-24/+40
* Use of six.PY3 should be forward compatibleEric Brown2016-01-171-4/+4
* Fix Status-Line in HTTP responseMarian Horban2015-10-131-1/+21
* Fix order of arguments in assertEqualPranaliDeore2015-09-031-15/+15
* Port test_exception to Python 3Victor Stinner2015-07-031-2/+6
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+179