[028] Using Nosey for Python Testing (1/3)
in series: Miscellaneous Python Videos
video tutorial by Jeff Winkler
Our authors tell us that feedback from you is a big motivator. Please take a few moments to let them know what you think of their work.
In this ShowMeDo, JeffWinkler demonstrates using nosy, a tool to automatically run Nose to run unit tests -- using Eclipse with the PyDev plugin.
Video Tutorials related by tag:
Got any questions?
Get answers in the ShowMeDo Learners Google Group.
Video statistics:
- Video's rank shown in the most popular listing
- Video plays: 1001 (since July 30th)
- Plays in last week: 5
- Published: Sometime before 1st March 2007 (in other words - we don't remember!)
Thank-yous, questions and comments
If this video tutorial was helpful please take some time to say thank-you to the authors for their hard work. Feel free to ask questions. Let the author know why their video tutorial was useful - what are you learning about? Did the video tutorial save you time? Would you like to see more?
You may also want to see our ShowMeDo Google Group to speak to our active users and authors.
can we access the Firefox browser controls using pywinauto
simple is good, thank you much
Great stuff. One question: why use a CommandShell to run nosy as opposed having it more integrated with the PyDev/Eclipse IDE? (seems like the output could be in just another "test console" panel)
Great video, thanks
That was awesome, i owe a lot of thanks to the creator of this screencast.
cool
Useful stuff. Two thumbs up
The screencast name has "Nosey" in it, but the package name is "nosy"...with or without an "e"?
Otherwise, a nice brief demo of nos[e]y.
Cool. Nicely done. I will be looking at using nosy in the future!
This doesn't seem to work on linux ubuntu. Probably has something to with how processes are handled differently on a *nix system? Anyone want to provide a fix?
does this work on linux ubuntu? and btw, where should the nosy.py be placed? same directory where your tests are located or somewhere else?
Great demo.
Nice and crisp.
Jeff, this is a terrific tool. Simple, yet sooooo, handy. Thank you for creating and sharing it.
The Windows installer did not seem to work for me. No matter where I placed it, it said it couldn't find C:\Python25\Scripts\nosetests.exe, which looks like it's where it ought to be. So I copied nosy.py to the Scripts directory and wrote a nosy.bat file to start it.
Am I correct that it needs to be started from the directory where the scripts to be checked are located, and not in a directory above? Since I think nose checks subdirectories, at first I assumed that nosy would do the same and started it from the directory above the one with the scripts, but it didn't seem to detect the changes in the subdirectory. When I executed the command from the directory with the scripts, it worked like a charm.
Nose with nosy is so cool I have overcome my resistance to trying unit test driven development. Now that's really something. If nosy does the same thing for some *real* programmers, you will have made the world a slightly better place. Congratulations.
I quite agree, I was bowled over when I saw how simple this script is and just how useful (and obvious!) it was that I didn't have this feature.
You did a great job putting this together - thanks Jeff!
Ian.
Great change on nose and fun video! This is a good example of a little change getting things a lot easier...
would be nice to be able to download the vids cause we don t all have the net home! thanks! Reine.






