eftest
eftest copied to clipboard
add time to testcase in junit output
This is done with only changes to junit.clj
using the :begin-test-var
report type and saving start times in *context*
. It requires no change in configuration. Outputs time in seconds with 3 decimal places.
Thanks. Can you fix the capitalisation in the commit message? e.g.
Add time notation to testcase in jUnit output
Done.
Fixed by #84