[issue10159] rlcompleter's tests depend on dict order

Andreas Stührk report at bugs.python.org
Thu Oct 21 00:40:14 CEST 2010


New submission from Andreas Stührk <andy-python at hammerhartes.de>:

Some tests in test_rlcompleter make assumptions about the order of the list of names that the completion methods of a Completer object return. That order is not guaranteed and will break when running the tests under e.g. PyPy.

The attached patch against py3k branch tries to fix that.

----------
components: Tests
files: test_rlcompleter_order.patch
keywords: patch
messages: 119240
nosy: Trundle
priority: normal
severity: normal
status: open
title: rlcompleter's tests depend on dict order
versions: Python 2.7, Python 3.1, Python 3.2
Added file: http://bugs.python.org/file19308/test_rlcompleter_order.patch

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


More information about the Python-bugs-list mailing list