New submission from Serhiy Storchaka:

Int tests should be synchronized between different Python versions. Tests for 
int and long should be synchronized in 2.7. Common code for int and long tests 
should be shared in 2.7. CPython tests (i.e. small int identity) should be 
extracted to separated methods. Tests should be resorted by tested feature. 
Deprecated assertEquals should be replaced to assertEqual. And may be more.

----------
assignee: serhiy.storchaka
components: Tests
messages: 178197
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: needs patch
status: open
title: Int tests enhancement and refactoring
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

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

Reply via email to