oslo.serialization/oslo_serialization/tests
Corey Bryant 254e0ae839 py37: deal with Exception repr changes
Under Python 3.7, a trailing comma is no longer added to
the init parameters generated by a repr() call:

    >>> repr(Exception('It Works'))
    "Exception('It Works')"

vs

    >>> repr(Exception('It Works'))
    "Exception('It Works',)"

Support pre and post Python 3.7 formats in test cases.

Change-Id: I45bdf565e170793d0342a907628638369d4d0f2f
Closes-Bug: #1783638
2018-07-30 16:46:43 -04:00
..
__init__.py Move files out of the namespace package 2015-01-05 15:40:06 -05:00
test_base64.py Prefer raising the python2.x type error for b64 decode errors 2017-01-09 16:37:28 -08:00
test_jsonutils.py py37: deal with Exception repr changes 2018-07-30 16:46:43 -04:00
test_msgpackutils.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2016-12-05 11:12:56 +07:00