Raymond Hettinger <[email protected]> added the comment:
It seems to me that this will make the individual objects and modules harder to maintain. I expect to find all the tests for an object in a file called test_thatobject.py. This patch violates that expectation and separates things that belong together. ---------- nosy: +rhettinger _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34272> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
