[issue32746] More misspellings, mostly in source code.

2018-02-01 Thread Leo Arias
Change by Leo Arias : -- keywords: +patch pull_requests: +5323 stage: commit review -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue16662] load_tests not invoked in package/__init__.py

2013-05-28 Thread Leo Arias
Changes by Leo Arias : -- nosy: +elopio ___ Python tracker <http://bugs.python.org/issue16662> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue16739] texttestresult should decorate the stream with _WritelnDecorator

2012-12-20 Thread Leo Arias
New submission from Leo Arias: Using the unittest's texttestresult with stdout and verbosity 2 will fail because that stream doesn't have a writeln method. File "/usr/lib/python2.7/unittest/suite.py", line 108, in run test(result) File "/usr/lib/python2.7/un

[issue16739] texttestresult should decorate the stream with _WritelnDecorator

2012-12-20 Thread Leo Arias
Leo Arias added the comment: A test with a fix. I'm not sure if this is the way to go, because the stream in TextTestRunner will be decorated twice. -- keywords: +patch Added file: http://bugs.python.org/file28379/fix-16739-texttestresult_writeln.

[issue16739] texttestresult should decorate the stream with _WritelnDecorator

2013-01-02 Thread Leo Arias
Leo Arias added the comment: What if we check if the stream has the writeln method? -- Added file: http://bugs.python.org/file28536/fix-16739-texttestresult_writeln-v2.patch ___ Python tracker <http://bugs.python.org/issue16