I can\'t seem to get the nose testing framework to recognize modules beneath my test script in the file structure. I\'ve set up the simplest example that demonstrates the p
I got this error message because I run the nosetests command from the wrong directory.
nosetests
Silly, but happens.