Open bcavagnolo opened 10 years ago
I was examining the call routine in FunkloadTestCase and I see that the time reported for test execution includes the setUp and tearDown routines. Was this intentional? I would expect this time to just include the test itself.
Similarly, I’d expect requests caused by setUp not to appear in the detailed report, or be counted towards to request time summaries at the top.
I was examining the call routine in FunkloadTestCase and I see that the time reported for test execution includes the setUp and tearDown routines. Was this intentional? I would expect this time to just include the test itself.