[New-bugs-announce] [issue25616] Extract OrderedDict tests into separate file

Serhiy Storchaka report at bugs.python.org
Fri Nov 13 08:01:21 EST 2015


New submission from Serhiy Storchaka:

OrderedDict tests now are about 1/3 of test_collections, and I think their volume will grow. I suggest to extract these tests into separate file test_ordereddict. There are precedences: test_deque (deque also is implemented in C), and test_userdict, test_userlist and test_userstring (for historical reasons).

The main reason to me is the possibility to run quick OrderedDict tests (and only OrderedDict tests).

----------
components: Tests
messages: 254602
nosy: eric.snow, rhettinger, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Extract OrderedDict tests into separate file
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25616>
_______________________________________


More information about the New-bugs-announce mailing list