First time here? Check out the FAQ!

Revision history  [back]

Are you running or debugging tests? Running the whole module or parent class if a method should re-add it, although in fact it should never have been removed since having the @unittest.skip decorator should keep showing the test but show a skipped icon next to it. So I'm not certain if that will help.

One thing to note is Wing discovers tests only when you run them (not debug them or at any other time) so you do sometimes need to run a whole file again in order to discover new tests.

Please let us know if this does not help.

Are you running or debugging tests? Running the whole module or parent class if a method should re-add it, although in fact it should never have been removed since having the @unittest.skip decorator should keep showing the test but show a skipped icon next to it. So I'm not certain if that will help.

One thing to note is Wing discovers tests only when you run them (not debug them or at any other time) so you do sometimes need to run a whole file again in order to discover new tests.

Please let us know if this does not help.