nose-devs / nose

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

Adding MultiProcessing() module to the runner remove call to prepareTestCase #1073

Open drake-mer opened 6 years ago

drake-mer commented 6 years ago

Hello,

I have a a standard module for running my testSuite that do some initial configuration.

When I add the MultiProcessing() module to the list of modules to be used in a test session, the calls to prepareTestCase() that were made previously was not made at all.

I tried to track down the reason for this peculiar behaviour, but I failed to find a quick win solution by hacking some configuration flag.