Renamed test_hashlib_speed.py to time_hashlib.py.
commit3aad3628a7736a62c9160c14d8b8b75e58569222
authortim.peters <tim.peters@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 14 Mar 2006 22:48:56 +0000 (14 22:48 +0000)
committertim.peters <tim.peters@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 14 Mar 2006 22:48:56 +0000 (14 22:48 +0000)
tree7c6f6409873bb0145d62c9c6c19cf8706ba17c2b
parent833508a95186541672121bb589403ac8112131fb
Renamed test_hashlib_speed.py to time_hashlib.py.

Since it's never intended that this script be run by
regrtest.py, it shouldn't have been named with a "test_"
prefix to begin with.  A consequence is that we shouldn't
see useless:

    test_hashlib_speed skipped -- not a unit test (stand alone benchmark)

lines in regrtest output anymore.

git-svn-id: http://svn.python.org/projects/python/trunk@43031 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/regrtest.py
Lib/test/time_hashlib.py [moved from Lib/test/test_hashlib_speed.py with 92% similarity]