Skip to content
GitLab
Explore
Sign in
Register
nexedi
erp5
Merge requests
!1930
test_result: fix display of durations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Jérome Perrin
requested to merge
fix/testresult-erp5js-duration
into
master
Apr 30, 2024
Overview
0
Commits
1
Pipelines
1
Changes
3
Expand
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