Fixes #9272. Fixing the issue directly in the plugin is somewhat hard, so do it in core. Since the plugin is going to be deprecated, I figure it's OK to cheat a bit.
3 lines
216 B
ReStructuredText
3 lines
216 B
ReStructuredText
The nose compatibility module-level fixtures `setup()` and `teardown()` are now only called once per module, instead of for each test function.
|
|
They are now called even if object-level `setup`/`teardown` is defined.
|