This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients asvetlov, barry, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, ezio.melotti, ghaering, gpolo, michael.foord, r.david.murray, rhettinger, tarek, theller
Date 2013-01-10.19:14:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357845241.39.0.714823074291.issue10572@psf.upfronthosting.co.za>
In-reply-to
Content
I believe that the complete list of test files still located outside of Lib/test are:

  tkinter/test
  distutils/tests
  ctypes/tests
  lib2to3/tests
  sqlite3/test
  unittest/test
  
That last is somewhat ironic since Michael opened the issue :).

I'm considering working on some of the uncommitted patches for sqlite3, so I may take on moving those tests.
History
Date User Action Args
2013-01-10 19:14:01r.david.murraysetrecipients: + r.david.murray, barry, brett.cannon, theller, rhettinger, ghaering, belopolsky, benjamin.peterson, tarek, gpolo, ezio.melotti, eric.araujo, michael.foord, asvetlov
2013-01-10 19:14:01r.david.murraysetmessageid: <1357845241.39.0.714823074291.issue10572@psf.upfronthosting.co.za>
2013-01-10 19:14:01r.david.murraylinkissue10572 messages
2013-01-10 19:14:00r.david.murraycreate