nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

FunkloadTestCase reports time including setUp and tearDown #124

Open bcavagnolo opened 10 years ago

bcavagnolo commented 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.

nomeata commented 10 years ago

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.