bobber6467 / python-nose

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

starttest is not triggered for suite #192

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. manually create a suite with 
suite = nose.loader.defaultTestLoader().loadTestsFromTestClass(my_class)
2. add nose.run(suite=suite)
3. run with the rudolf plugin activated (in .noserc, for instance)

What is the expected output? What do you see instead?
The expected output is dots displaying the tests being run. Instead one sees 
nothing (but the 
tests are run) and a final message saying that zero tests were run in x seconds

What version of the product are you using? On what operating system?
0.10.1 on Mac OS X 10.5.5

Please provide any additional information below.
neither startTest nor beforeTest is sent to the plugin, so the tests are run 
but the plugin (rudolf) 
wrongly reports the number of tests run as being zero! how can this be fixed?

Original issue reported on code.google.com by zelb...@gmail.com on 4 Jun 2008 at 6:26

GoogleCodeExporter commented 8 years ago
I think this is likely a bug in rudolf, not a bug in nose.

These rudolf bugs cannot be fixed until nose bugs (informally) scheduled for 
nose
0.10.5 are fixed.  Bug:168 covers the general territory (the wider issues have 
been
discussed a bit on the mailing list -- there are some links to some of that in 
the 
initial bug comment).

Original comment by j...@pobox.com on 30 Jul 2008 at 8:41

GoogleCodeExporter commented 8 years ago
I think I should have said nose 0.12, not nose 0.10.5

Original comment by j...@pobox.com on 30 Jul 2008 at 8:46