diff options
| author | Tim Peters <tim.peters@gmail.com> | 2006-04-26 17:11:16 (GMT) |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2006-04-26 17:11:16 (GMT) |
| commit | 687324918f0f7653cc2cd275fcfa529cc5117542 (patch) | |
| tree | 85f11b7468799138cd40320e8c1f4b4d39fe3f3b /Lib/test/test_support.py | |
| parent | abd08884a685d3724798664f7c2f0aab7a6640c8 (diff) | |
| download | cpython-687324918f0f7653cc2cd275fcfa529cc5117542.zip cpython-687324918f0f7653cc2cd275fcfa529cc5117542.tar.gz cpython-687324918f0f7653cc2cd275fcfa529cc5117542.tar.bz2 | |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_support.py')
| -rw-r--r-- | Lib/test/test_support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py index 4fa459e..85a6279 100644 --- a/Lib/test/test_support.py +++ b/Lib/test/test_support.py @@ -285,7 +285,7 @@ def bigmemtest(minsize, memuse, overhead=5*_1M): test-interpreted units.) 'memuse' is the number of 'bytes per size' for the test, or a good estimate of it. 'overhead' specifies fixed overhead, independant of the testsize, and defaults to 5Mb. - + The decorator tries to guess a good value for 'size' and passes it to the decorated test function. If minsize * memuse is more than the allowed memory use (as defined by max_memuse), the test is skipped. |
