diff options
author | Raymond Hettinger <python@rcn.com> | 2004-09-30 07:47:20 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-09-30 07:47:20 (GMT) |
commit | 5ea7e31076ad80af028d6cb0fa5d4e17f2b467fa (patch) | |
tree | 5a307e19aaad9cebe2aa63d94194fd3052581926 /Lib/test/test_genexps.py | |
parent | f751fa61950c08424c369d32c42c978c492154bc (diff) | |
download | cpython-5ea7e31076ad80af028d6cb0fa5d4e17f2b467fa.zip cpython-5ea7e31076ad80af028d6cb0fa5d4e17f2b467fa.tar.gz cpython-5ea7e31076ad80af028d6cb0fa5d4e17f2b467fa.tar.bz2 |
Improve test coverage.
Diffstat (limited to 'Lib/test/test_genexps.py')
-rw-r--r-- | Lib/test/test_genexps.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_genexps.py b/Lib/test/test_genexps.py index c529e75..ca5dd7d 100644 --- a/Lib/test/test_genexps.py +++ b/Lib/test/test_genexps.py @@ -121,7 +121,6 @@ Verify re-use of tuples (a side benefit of using genexps over listcomps) 0 - ########### Tests borrowed from or inspired by test_generators.py ############ Make a generator that acts like range() |