Serialization / Deserialization was dropping longrepr.sections
This commit is contained in:
@@ -114,7 +114,8 @@ def serialize_report(rep):
|
||||
|
||||
return {
|
||||
'reprcrash': reprcrash,
|
||||
'reprtraceback': reprtraceback
|
||||
'reprtraceback': reprtraceback,
|
||||
'sections': rep.longrepr.sections
|
||||
}
|
||||
|
||||
import py
|
||||
|
||||
Reference in New Issue
Block a user