openT2T / translators

Repository for Open Translators to Things.
http://www.opentranslatorstothings.org
Other
29 stars 27 forks source link

Update Error Handling Test Design for Translator tests #169

Closed shalinijoshi19 closed 7 years ago

shalinijoshi19 commented 7 years ago

The static dictionary mapping approach isn't wrking too great now that we have custom proper Error classes to expect for all errors. IT might be easier for each test to specify what error it expects, teh status code and error message instead of having it a static dictionary always.

shalinijoshi19 commented 7 years ago

This is addressed by Chuck