Re: [Python-Dev] GUI test runner tool

2010-11-09 Thread Michael Foord
On 08/11/2010 19:28, Alexander Belopolsky wrote: On Mon, Nov 8, 2010 at 7:09 AM, Michael Foord wrote: .. I'd like to propose adding [unittestgui] to Python in Tools/ and am volunteering to maintain it. Why not adding it under Lib/unittest/? I really don't want to make Tk a dependency for uni

Re: [Python-Dev] GUI test runner tool

2010-11-09 Thread Michael Foord
On 08/11/2010 19:00, Brett Cannon wrote: On Mon, Nov 8, 2010 at 04:09, Michael Foord wrote: Hello all, Now that unittest has test discovery, Mark Roddy has been working on resurrecting the old GUI test runner (using Tkinter): https://bitbucket.org/markroddy/unittestgui This was part of the o

Re: [Python-Dev] GUI test runner tool

2010-11-08 Thread Raymond Hettinger
On Nov 8, 2010, at 11:28 AM, Alexander Belopolsky wrote: > On Mon, Nov 8, 2010 at 7:09 AM, Michael Foord > wrote: > .. >> I'd like to propose adding [unittestgui] to Python in Tools/ and am >> volunteering to >> maintain it. > > Why not adding it under Lib/unittest/? Michael's instinct to

Re: [Python-Dev] GUI test runner tool

2010-11-08 Thread Alexander Belopolsky
On Mon, Nov 8, 2010 at 7:09 AM, Michael Foord wrote: .. > I'd like to propose adding [unittestgui] to Python in Tools/ and am > volunteering to > maintain it. Why not adding it under Lib/unittest/? I think Tools/ is a less attractive location for most users than say PyPI or some other package

Re: [Python-Dev] GUI test runner tool

2010-11-08 Thread Brett Cannon
On Mon, Nov 8, 2010 at 04:09, Michael Foord wrote: > Hello all, > > Now that unittest has test discovery, Mark Roddy has been working on > resurrecting the old GUI test runner (using Tkinter): > > https://bitbucket.org/markroddy/unittestgui > > This was part of the original pyunit project but I be

[Python-Dev] GUI test runner tool

2010-11-08 Thread Michael Foord
Hello all, Now that unittest has test discovery, Mark Roddy has been working on resurrecting the old GUI test runner (using Tkinter): https://bitbucket.org/markroddy/unittestgui This was part of the original pyunit project but I believe it was never part of the standard library: http://sou