New submission from Serhiy Storchaka:

Current re tests consists of two parts. One part use unittest and other part 
import test cases from Lib/test/re_tests.py, checks conditions and prints 
messages to stdout if they are false.

Proposed patch converts all test_re to using unittest.

----------
assignee: serhiy.storchaka
components: Regular Expressions, Tests
files: re_tests.patch
keywords: patch
messages: 230966
nosy: ezio.melotti, mrabarnett, pitrou, serhiy.storchaka, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Convert re tests to unittest
type: enhancement
versions: Python 3.4, Python 3.5
Added file: http://bugs.python.org/file37168/re_tests.patch

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

Reply via email to