test_ok1/changelog/4034.bugfix.rst

4 lines
180 B
ReStructuredText
Raw Normal View History

2018-09-26 20:02:14 +08:00
The ``.user_properties`` attribute of ``TestReport`` objects is a list
of (name, value) tuples, but could sometimes be instantiated as a tuple
of tuples. It is now always a list.