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 <rep...@bugs.python.org> <http://bugs.python.org/issue15826> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com