Éric Araujo <mer...@netwok.org> added the comment:

Thanks, I’ve got it from that point.

Notes for future patches:
- Tests should not check the exact contents of error messages, as they are not 
part of the language
- Don’t use assertEqual(..., True) but assertTrue, or if you’re testing 
comparisons, use assertGreater and friends (or check the result of 
sorted(somelist) to compare a bunch of objects at once)

----------
Added file: http://bugs.python.org/file24482/cleanup-test_version.diff

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

Reply via email to