Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reporting time #11

Closed
wants to merge 2 commits into from
Closed

Reporting time #11

wants to merge 2 commits into from

Conversation

marcosnils
Copy link
Member

Add execution time per test to reporting. Resolves #1

@xetorthio
Copy link
Contributor

Nice! I don't see where we use the execution time in the reporting. Is it missing?

@marcosnils
Copy link
Member Author

I'm not using it in the reporting because I think it's a bit messy to print all the execution times for each test (mocha doesn't do that either). Also, Go default runner already prints the total execution time for each *_test.go file when -v parameter is provided.

I've implemented it as it's needed by issue #9.

@xetorthio
Copy link
Contributor

Ok. Haven't seen issue #9
But we should add execution time to the reporter, as does mocha. Something like this:

14 tests complete (126 ms)

Even if it repeats the information provided by go test

@marcosnils
Copy link
Member Author

Perfect,

I'll add it to the reporter then. I'll send the PR again when it's done

@marcosnils marcosnils closed this Oct 1, 2013
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