the Komodo IDE/Edit extension for Python unit testing
kNose is my attempt to make Python unit testing in Komodo as simple as possible. It's a GUI front-end for the excellent nose framework written by Jason Pellerin.
Features:
- First-class integration into Komodo
- Run tests manually or automatically.
- Green/red bar, plus a tree view, informs you of the status of your tests.
- Ability to jump straight to a failing test at the offending line number.
- All exception traceback information available for debugging.

Note that kNose requires nose version 0.10.1 to be installed on your system.
Installation and usage information available on the kNose project page here.
Brandon, if you get an update to this, please change your call of "gViewMgr.doFileOpenAtLine()" to "ko.views.manager.doFileOpenAtLineAsync()". The "koFileOpenAtLine()" is being removed in Komodo 6.0.0b1. It has been deprecated since Komodo 5.0.3.
Thanks,
Trent