]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A trip down memory lane. Barry checked in this test with 2.3-style
authorTim Peters <tim.peters@gmail.com>
Mon, 19 Aug 2002 01:20:09 +0000 (01:20 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 19 Aug 2002 01:20:09 +0000 (01:20 +0000)
commit4c7e2022a9fb91fc937039b9dd1af31ec19f17c6
tree556cde92ac27c81eaef7f424f4b4dcc51c19917e
parent506d6d91b43467f343cb47c7bcd791413c7e2614
A trip down memory lane.  Barry checked in this test with 2.3-style
imports of test_support.  That causes multiple copies of test_support
to get loaded, and the one used by test_base64.py didn't see the proper
value of verbose=False, so spewed output.  That in turn apparenly caused
Barry to check in an expected-results output file, but a unitttest-based
test should never have one of those.  I noticed this because, on Windows,
the final unittest output line contains the number of seconds needed to
run the test, and that varied on *some* runs when I tried it, causing
bogus test failures.

Anyway, this gets rid of the expected-output file again, and changes
the imports to work with 2.2's way of doing this.
Lib/test/output/test_base64 [deleted file]
Lib/test/test_base64.py