projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1182cd
)
Fix whitespace
author
Raymond Hettinger
<python@rcn.com>
Sat, 5 Nov 2011 20:43:01 +0000
(13:43 -0700)
committer
Raymond Hettinger
<python@rcn.com>
Sat, 5 Nov 2011 20:43:01 +0000
(13:43 -0700)
Lib/test/test_collections.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_collections.py
b/Lib/test/test_collections.py
index c9b7f6b6bf73fab00844865b1c8ce0cbb0668619..88c3129d7ff9d277d41ad0edb559f5f2fb8407fe 100644
(file)
--- a/
Lib/test/test_collections.py
+++ b/
Lib/test/test_collections.py
@@
-974,7
+974,7
@@
class TestCounter(unittest.TestCase):
r = repr(c)
self.assertIn("'a': 2", r)
self.assertIn("'b': None", r)
-
+
def test_helper_function(self):
# two paths, one for real dicts and one for other mappings
elems = list('abracadabra')