[Python-Dev] GUI test runner tool
Alexander Belopolsky
alexander.belopolsky at gmail.com
Mon Nov 8 20:28:25 CET 2010
On Mon, Nov 8, 2010 at 7:09 AM, Michael Foord <michael at voidspace.org.uk> 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
repository. Tools/ is for stuff that is primarily of interest to
python developers, not python users. OS vendors are less likely to
install packages in Tools/ in a user-visible place than they are a
popular 3rd-party package.
More information about the Python-Dev
mailing list