[New-bugs-announce] [issue17446] doctest test finder doesnt find line numbers of properties

Ronny Pfannschmidt report at bugs.python.org
Sun Mar 17 17:08:27 CET 2013


New submission from Ronny Pfannschmidt:

examples that are found on a property dont detect the line number

class example(object):
  @property
  def me(self):
   """
   >>> 1/0
   """
   pass

----------
messages: 184384
nosy: Ronny.Pfannschmidt
priority: normal
severity: normal
status: open
title: doctest test finder doesnt find line numbers of properties

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


More information about the New-bugs-announce mailing list