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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25616>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to