New submission from Maru Newby <mne...@thesprawl.net>: Running the tests with coverage against files using non-utf8 encoding was raising an exception that prevented coverage output from being displayed (patch is attached).
The coverage output was also being polluted with failed attempts to display modules that were created during the testing in temporary paths. A patch is attached that prevents coverage output from being attempted for such files. ---------- components: Tests files: trace_detect_encoding.patch keywords: patch messages: 85065 nosy: maru severity: normal status: open title: Coverage execution fails for files not encoded with utf-8 type: crash versions: Python 3.1 Added file: http://bugs.python.org/file13553/trace_detect_encoding.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5656> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com