[issue18731] Increased test coverage for uu and telnet

2013-08-27 Thread Alex Volkov
New submission from Alex Volkov: Okay, I'm submitting the patch just for uu / test_uu. I replaced all try/finally statemets with 'with' context, added try..finally statement for both test cases. uu.py, line 61 is exposed by test_encode_osstat_assert -- os.stat is duckpunched out

[issue18728] Increased test coverage for filecmp.py

2013-08-25 Thread Alex Volkov
Alex Volkov added the comment: HI Vajrasky, I fixed the typo in a comment and removed WIN32 constant definition from the code. I looked at the existing tearDown method, on line 79, it calls shutil.rmtree on a directory above the files/directories I'm writing my test files, so the statements

[issue18833] Increased test coverage for telnetlib

2013-08-25 Thread Alex Volkov
New submission from Alex Volkov: This issue splits up an unrelated patch from issue 18731 http://bugs.python.org/issue18731 Added a test for telnetlib increasing test coverage. Updated with the changes from code review of issue 18731 http://bugs.python.org/review/18731/patch/8923/33000

[issue18728] Increased test coverage for test_filecmp

2013-08-13 Thread Alex Volkov
New submission from Alex Volkov: I increased test coverage from 68% to 74% of filecmp.py by adding test cases in test_filecmp.py in functions phase2 phase4 in dircmp class. -- components: Tests files: test_filecmp.patch keywords: patch messages: 195085 nosy: Alex.Volkov priority

[issue18728] Increased test coverage for filecmp.py

2013-08-13 Thread Alex Volkov
Changes by Alex Volkov avol...@gmail.com: -- title: Increased test coverage for test_filecmp - Increased test coverage for filecmp.py ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18728

[issue18731] Increased test coverage for uu and telnet

2013-08-13 Thread Alex Volkov
Changes by Alex Volkov avol...@gmail.com: -- components: Tests files: telnet_uu_tests.patch keywords: patch nosy: Alex.Volkov priority: normal severity: normal status: open title: Increased test coverage for uu and telnet type: enhancement versions: Python 3.4 Added file: http