Skip to content

test_result: fix display of durations

Jérome Perrin requested to merge fix/testresult-erp5js-duration into master
  • str() because in ERP5JS the duration are directly serialized to json, which is not allowed.
  • int() to have a second level precision, which is more readable.

Merge request reports