summaryrefslogtreecommitdiff
path: root/heat/tests/test_fault_middleware.py
Commit message (Expand)AuthorAgeFilesLines
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Remove deprecated function i18n.install('heat')Ethan Lynn2014-10-131-0/+1
* Merge "Add test to serialize and deserialize exceptions"Jenkins2014-09-251-0/+58
|\
| * Add test to serialize and deserialize exceptionsJeff Peeler2014-09-221-0/+58
* | Return full error message for HTTP errorsRichard Lee2014-08-251-0/+19
|/
* Port to oslo.messagingThomas Herve2014-06-261-7/+6
* Order imports in alphabetical order (9/9)Pavlo Shchelokovskyy2014-05-221-3/+2
* Replace str with six.text_type in testsLiang Chen2014-04-111-2/+6
* Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* wsgi.Resource exception handling to not log errorsPablo Andres Fuente2013-12-181-4/+4
* FaultWrapper error mapping supports parent classesPablo Andres Fuente2013-11-201-0/+56
* use msg_fmt not message in ExceptionsAngus Salkeld2013-10-241-1/+1
* Reverse assert arguments so the errors make senseAngus Salkeld2013-10-241-4/+4
* Use unicode() when serializing REST API errorsLuis A. Garcia2013-09-191-0/+20
* Only send traceback to users when in debug modeClint Byrum2013-09-061-2/+4
* Add unittests for faultwrap middlewareJianing YANG2013-08-081-0/+65