]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The error reporting here was a bit sparse. In verbose mode, the code
authorGuido van Rossum <guido@python.org>
Tue, 2 Oct 2001 19:49:47 +0000 (19:49 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Oct 2001 19:49:47 +0000 (19:49 +0000)
commitc907bd89de2af748dfe40d829477469de47c8ee1
tree960ba8adc795f71bbdf196521b7924cc323f8f33
parentb855134a0d9f8e505c51ade315912cf030e46ccc
The error reporting here was a bit sparse.  In verbose mode, the code
in run_test() referenced two non-existent variables, and in
non-verbose mode, the tests didn't report the actual number, when it
differed from the expected number.  Fixed this.

Also added an extra call to gc.collect() at the start of test_all().
This will be needed when I check in the changes to add GC to new-style
classes.
Lib/test/test_gc.py