254e0ae839
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 |
||
---|---|---|
.. | ||
__init__.py | ||
test_base64.py | ||
test_jsonutils.py | ||
test_msgpackutils.py |