]> granicus.if.org Git - python/commit
Changed doctest to run tests in alphabetic order of name.
authorTim Peters <tim.peters@gmail.com>
Wed, 21 Mar 2001 23:07:59 +0000 (23:07 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 21 Mar 2001 23:07:59 +0000 (23:07 +0000)
commit24a41911602bf98e853278ef4bb8b4fb41c0ac8c
tree2e9dd92e5d108a655b9a281bc25382ca4a1a0cd8
parentc392b570db0df5a11771921865a65d69646aa24b
Changed doctest to run tests in alphabetic order of name.
This makes verbose-mode output easier to dig thru, and removes an accidental
dependence on the order of dict.items() (made visible by recent changes to
dictobject.c).
Lib/doctest.py
Lib/test/output/test_difflib
Lib/test/output/test_doctest