nose-devs / nose

nose is nicer testing for python
http://readthedocs.org/docs/nose/en/latest/
1.36k stars 396 forks source link

xunit plugin is also caputuring duration of setUp and tearDown #1015

Open BAG-CK opened 7 years ago

BAG-CK commented 7 years ago

Because plugins have no chance to get between setUp, test and tearDown execution, it is also impossible to messure the pure test execution times correclty.

The plugin interface should be extended or at least there should be an integrated timer that can be used by plugins to measure times.

jszakmeister commented 7 years ago

Nose is unmaintained now. If you want such a thing, please look to Nose2 to gain that feature.