[New-bugs-announce] [issue18185] Error in test_set.TestVariousIteratorArgs.test_inline_methods

Sye van der Veen report at bugs.python.org
Tue Jun 11 04:06:08 CEST 2013


New submission from Sye van der Veen:

I'm working with Python's test suite and noticed this error:
http://hg.python.org/cpython/file/668aba845fb2/Lib/test/test_set.py#l1669
  # etc...
  for g in (G, I, Ig, L, R):
    expected = meth(data)
    actual = meth(G(data))
  # etc...
I believe the assignment to actual should be using a lower-case 'g'.

----------
components: Tests
messages: 190941
nosy: syeberman
priority: normal
severity: normal
status: open
title: Error in test_set.TestVariousIteratorArgs.test_inline_methods
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18185>
_______________________________________


More information about the New-bugs-announce mailing list