You don't identify yourself
Published at 14, April 2009, author art. Tags: python, unittest
Nose is alternate unittesting library for python. Probably, I should try this instead of plain unittest library.
Subscribe on this post's comments
permalink
We use nose with unittest. We write all our tests with standard unit test code but use nosetests as our running/test discovery mechanism. I see no reason not to use it for at least that.
Thank you for advice!
If you wish to leave comment, please, identify yourself and then come back to this page.
Comments
Subscribe on this post's comments
permalink
We use nose with unittest. We write all our tests with standard unit test code but use nosetests as our running/test discovery mechanism. I see no reason not to use it for at least that.
permalink
Thank you for advice!
If you wish to leave comment, please, identify yourself and then come back to this page.