Yelp / Testify

A more pythonic testing framework.
Other
308 stars 67 forks source link

Testify should have per test timings #157

Closed anthonypt87 closed 11 years ago

anthonypt87 commented 11 years ago

It's nice that testify returns the "Total test time" but when running a suite, it's useful to get timings per test case.

EvanKrall commented 11 years ago

If you're looking for per-method timing, -v should provide this. At this time, we don't report aggregated time per test case, but it would be pretty simple -- just implement test_case_complete in TestLoggerBase or TextTestLogger

anthonypt87 commented 11 years ago

i am dumb. thanks krall