[New-bugs-announce] [issue22838] Convert re tests to unittest

Serhiy Storchaka report at bugs.python.org
Mon Nov 10 18:10:56 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue22838>
_______________________________________


More information about the New-bugs-announce mailing list