remove usage of final_logerrors now that we have better teardown information
This commit is contained in:
@@ -301,5 +301,3 @@ def unserialize_report(name, reportdict):
|
||||
return runner.TestReport(**d)
|
||||
elif name == "collectreport":
|
||||
return runner.CollectReport(**d)
|
||||
elif name == "teardownreport":
|
||||
return runner.TeardownErrorReport(**d)
|
||||
|
||||
Reference in New Issue
Block a user