[issue15826] Increased test coverage of test_glob.py

Alessandro Moura report at bugs.python.org
Fri Aug 31 04:52:15 CEST 2012


New submission from Alessandro Moura:

Hi,

Here is a patch to increase test coverage of test_glob.py. I added tests where the glob patterns are of type bytes. The coverage (according to coverage.py) is now complete, except for what are clearly artefacts probably caused by the fact that glob is loaded before coverage measurements start (global statements are reported not covered but local ones are).

----------
components: Tests
files: glob-cov-incr.patch
keywords: patch
messages: 169496
nosy: eng793
priority: normal
severity: normal
status: open
title: Increased test coverage of test_glob.py
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file27067/glob-cov-incr.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15826>
_______________________________________


More information about the Python-bugs-list mailing list