]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The message "*** skipping leakage tests ***" was causing the test to
authorGuido van Rossum <guido@python.org>
Fri, 21 Mar 2003 01:15:58 +0000 (01:15 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 Mar 2003 01:15:58 +0000 (01:15 +0000)
commite3d1df0646977d9576d4d760facd03285cb015b5
treec545e35d2091cd5a55d7d2c6c74cbf6342167f59
parent0135b65c01ccfd065fe2f9753509014bf182258c
The message "*** skipping leakage tests ***" was causing the test to
fail in a non-debug build.  Only print this in verbose test mode.
Lib/test/test_csv.py