tempest/tempest/hacking
junboli bc2ae8629c Unsupported 'message' Exception attribute in PY3
* Fix unsupported 'message' Exception attribute in PY3
   The 'message' attribute has been deprecated and removed from Python3.
   Use six.text_type(e) instead of e.message. For more details, please check [1]:
   [1] https://www.python.org/dev/peps/pep-0352/
 * Add hacking to prevent this from happening in the future.

Change-Id: Id40000c2c453815b04a7d2fd765e19997291d8e3
2017-07-31 07:30:28 +00:00
..
__init__.py Modify hacking flake8 extension 2013-05-23 15:24:00 -04:00
checks.py Unsupported 'message' Exception attribute in PY3 2017-07-31 07:30:28 +00:00
ignored_list_T110.txt Cleanup ignored_list for T110 and T111 2017-03-13 15:27:32 -07:00