Skip to content

Conversation

@MattMcL4475
Copy link

Currently, the test duration is printed with 14 decimal places, like this:

test_name (2.43199897100011 seconds)

This PR is to round the test duration to the nearest millisecond (3 decimal places), to make it more readable and practical, like this:

test_name (2.432 seconds)

Copy link

@alexott alexott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants