Michael Foord <mich...@voidspace.org.uk> added the comment:

Raymond - I created a new issue for moving the tests: issue 10572

However, it seems that you are incorrect in saying that Python practise is to 
avoid putting tests inside standard library packages. In fact current Python 
practise seems to be that where tests themselves are a package they are 
*always* inside the standard library package and *not* inside Lib/test. For 
example:  email, distutils, ctypes, importlib, json, lib2to3, sqlite3, tkinter, 

I couldn't see any counter-examples. There are no test packages inside Lib/test 
(other than leakers that are obviously a category of tests and not tests for a 
particular package).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10273>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to