Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nosetests

Why Can't Nosetests Find One The Elements In Sys.path?

I have a series of unit tests that I'm running with nose. For some of my tests, I'd like to… Read more Why Can't Nosetests Find One The Elements In Sys.path?

How Do I Capture A Screenshot If My Nosetests Fail?

I am running selenium webdriver tests with nosetests. I want to capture a screenshot whenever noset… Read more How Do I Capture A Screenshot If My Nosetests Fail?