Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5577452 By: fabioz
There no really such command... What I usually do is put the lines below if __name__ == '__main__': ....unittest.main() in the end of the module tested (note that unittest must already be imported) and simply run it as a regular python module (F9). That'll make it load the tests available in that module and run them. Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users