New submission from Serhiy Storchaka:

A large part of test_tokenize is doctests. Doctests are less powerful than 
unittests, and error reporting in doctests is less informative than in 
unittests. Proposed patch converts doctests to unittests.

----------
components: Tests
files: test_tokenize.patch
keywords: patch
messages: 252312
nosy: ezio.melotti, meador.inge, michael.foord, pitrou, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Convert test_
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file40680/test_tokenize.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25317>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to