Message153450
I just remembered that many of the urllib.urlparse tests are guilty of only reporting the first case that fails, instead of testing everything and reporting all failures:
http://hg.python.org/cpython/file/default/Lib/test/test_urlparse.py
IMO, it would make a good guinea pig for any upgrade to the stdlib support for parameterised unit tests. |
|
| Date |
User |
Action |
Args |
| 2012-02-15 23:41:48 | ncoghlan | set | recipients:
+ ncoghlan, spiv, exarkun, pitrou, ezio.melotti, eric.araujo, r.david.murray, michael.foord, brian.curtin, hpk, fperez, Yaroslav.Halchenko, nchauvat, Julian, abingham, eric.snow |
| 2012-02-15 23:41:48 | ncoghlan | set | messageid: <[email protected]> |
| 2012-02-15 23:41:48 | ncoghlan | link | issue7897 messages |
| 2012-02-15 23:41:47 | ncoghlan | create | |
|