| Andrea Frittoli | 2d7b40a | 2017-08-03 16:33:29 +0100 | [diff] [blame] | 1 | --- | 
|  | 2 | features: | 
|  | 3 | - | | 
|  | 4 | When registering service clients from installed plugins, all registrations | 
|  | 5 | are now processed, even if one or more fails. All exceptions encountered | 
|  | 6 | during the registration process are recorded.  If at least one exception | 
|  | 7 | was encountered, the registration process fails and all interim errors are | 
|  | 8 | reported. | 
|  | 9 | - | | 
|  | 10 | The __repr__ method is now implemented for the base `tempest.Exception` | 
|  | 11 | class, its implementation is identical to __str__: it reports the error | 
|  | 12 | message merged with input parameters. |