[Pyunit-interest] New wxGui
Brought to you by:
purcell
From: Nathan H. <bak...@he...> - 2000-07-10 01:03:58
|
I've attached the new version of my (unofficial) pyunit gui. The new feature is a combobox that lists all the "testable" .py files in the current dir. It uses a simple file name match to determine if the file is testable. The pattern I use it "Test.py$" and is easily modified. If anyone is interested I can make the pattern more easily modified. Also, upon interest I can make another shortcut: while the current version assumes you want to run getSuite(ModuleName.ModuleName) to get your suite, I've been thinking of trying ModuleName.suite. If there is a way you work that I don't and you actually use this Gui, I'll modify it. Also, the cool-idea project weblib seems to be using Steve's unit testing framework. Cool. -- Nathan Heagy ------------ A Dead Cow is a Funny Cow - http://cowcomics.com/ - |