New submission from kehlert:

I attached a file that explains the issue. Basically, assertLessEqual only 
seems to compare the first elements of the two lists and ignores the others. 
Thus a test can pass when it shouldn't.

----------
files: example.py
messages: 254920
nosy: kehlert
priority: normal
severity: normal
status: open
title: unittest assertLessEqual not working properly with lists
versions: Python 3.4
Added file: http://bugs.python.org/file41081/example.py

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

Reply via email to