bobber6467 / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

'score' doesn't seem to work for configuring 3rd party plugins vs. builtin? #354

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a plugin with a high score, like 600
2. change one of the options in its 'configure' method, such that it would turn 
off another plugin (for example, capture: options.capture = False)
3. install said plugin and run a test.  For some reason, the capture plugin is 
still active! 

What version of the product are you using? On what operating system?
latest hg, 0.11.4

Please provide any additional information below.
I only noticed this in 0.11.4, we also use 0.10.4 and it seems to handle this 
fine?  Although I'm not sure if that's just because capture.py had no score 
then.

Original issue reported on code.google.com by xitr...@gmail.com on 29 Jul 2010 at 10:14