Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
nexedi
erp5
Merge requests
!1930
test_result: fix display of durations
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Jérome Perrin
requested to merge
fix/testresult-erp5js-duration
into
master
Apr 30, 2024
Overview
0
Commits
1
Pipelines
1
Changes
3
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.