Send all exceptions to OTRS
- Delete
MMHTTPErrorException
(to reraise the original errors) andNewLineRequestNonPortability
, since new registrations will be available in production. - Modify the structure of
PostalCodeFormatException
to match the other custom exceptions format. - Add
OTRS_catalan_messages.py
to gather catalan messages in a string resource file. These messages are meant to be send to OTRS for an easier error comprehension from the SC agents. - Manage pymasmovil error messages, adding catalan introductions before sending them to OTRS.
- Use self.assertRaisesRegex when testing exceptions raised from the same proxy.
Edited by Administrator