Serhiy Storchaka added the comment:

Honest, I don't think that we need such complex test for the case that isn't 
occurred in wild. If delete os.get_terminal_size, all TermsizeTests tests fail, 
so we will know if encounter a platform without os.get_terminal_size.

Instead I suggest to add ValueError in exceptions list and add tests for 
changed sys.__stdout__: None, StringIO(), open(TESTFN, "w"). Some of these 
tests fail without AttributeError in the exceptions list.

----------

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

Reply via email to